This is a general tag used when applying structured or unstructured data into a context.
I need to select users with dogs (pets with type equal 'dog') var User = Waterline.Collection.extend({ identity: 'user', attributes: { …
sails.js waterline populate