sails.js waterline nested populate query
问题 I have a find query that returns multiple results of an object, this object contains a model that contains another model, the thing is that waterline doesn't support nested populates, so it populates the first model but not it's inner model. all the examples I've seen for that are for a findOne query, i am looking for a way to resolve that for a find query that returns multiple results. This is my models structure: // Container.js widgets: { model: 'websitewidget' } // WebsiteWidget.js html: