I have a Mongoose schema with an array lists of objects that consist of a reference to another collection and a nested array of numbers:
lists
var Sch
I found the answer: populate('lists.list') works. Thanks to this question: Mongoose populate within an object?
populate('lists.list')