I know about the association between the Waterline's Association feature, however for this specific application I do not want to use it on my JSON I do not want to return the related models - I only want my Object IDs).
Is there any way to create an area on my model that is written as an object without using the organization?
You can not return an entity's object ID only to populate it.
If I own a pet.
Owner. Find (1). Populate ('pet) .exec (...) will return the user with a pet as an object.
If you just use
the owner. Search (1) .exec (...) objectId with a pet object to the user
Comments
Post a Comment