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”)