Apps in ionic view

Hi I make a apps with ionic and firebase

i i have a probleme , when in push my apps in ionic view

my json with ionic serve

{"id:“1”, “$priority”:null , point : 10} {"id:“1”, “$priority”:null , point : 10}

in ionic view It’s missing point : my json

{"id:“1”, “$priority”:null } {"id:“1”, “$priority”:null }

I don’t understand for what?