I have a Users table with relation field to another data table and “Autoload” feature marked.
When i load the current User i can see in debugger the related table with all the data i need under the relation property.
How can i retrieve the related data as a Backendless Collection from the existing User without making online query ?