By default, sails will populate all relationships within a model when it\'s corresponding API route is hit. Does anyone know if it\'s possible to toggle this functionality?
You just need to separate your assosiactions via comma, just like this:
comma
localhost:1337/tickets?populate=comments,owner&SOME_OTHER_PARAMS