Hi, when i get response and serialize it to jsonapi i have bad-looking response. I’m talking about long path to attributes.
Before using ember-data i just created objects with computed property to get attribute which i need, now if i want to get ‘name’ i have to write something like ‘content._data.properties.name’ what looks bad in hbs files. Should i use helpers to it or is there any posibility to get this attribute if i know this long path to them?