I would like to sort a populated Document from the collection i fetch, i get an error requesting it.
Let\'s admit a Document Group (Group) and \'Member\
Group
You can also implicitly specify only required parameters of populate:
Group .find({}) .populate({path: 'Members', options: { sort: { 'created_at': -1 } } })
Have a look at http://mongoosejs.com/docs/api.html#document_Document-populate