How to retrieve pointer data (related objects) in a query at server code?
I have a server code that query a collection. That collection has two pointers inside.
When I run the collection.query with my filter, I get back the collection data, but I don ́t receive the other fields from columns inside the pointer (I just receive the pointer tb name and pointer ID for that pointer).
Is that an additional parameters to include related objects (from those pointers) to return them at same query response?