How get list objects in colum of item "Data object relationship"?

I have table have colum Data object relationship

I find item in this table.

var a = await contactStorage.find( queryBuilder )
return a[0]

But in the output, I did not find the “Data object relationship” properties. How can I get them. and then their entire list?

(In my example, for example, the “Usres” list of “likes”)

Hello @119

Inside the Business Logic code (JS) you can use all the API provided in our JS-SDK, so take a look at following doc about relations https://backendless.com/docs/js/data_relations.html

Regards, Vlad

1 Like