No, in order tackle the data reactivity we spoke about on the other thread, I want to create a recursive non-native representation of the object where pointers, relations, ACLs etc have been substituted for their POJO-like representations (ie. non-frozen attributes) so I can access the aggregate data like so: member.membership.term - three related nested objects … which in parse would be more like member.get('membership').get('term') - again, it’s all about trying to keep the usefulness of parse (ie relations, querying etc) and do it as natively as possible … whilst adding data reactivity in Vue.