Mongoose populate with array of objects containing ref January 20, 2023 by Tarik I found the answer: populate('lists.list') works. Thanks to this question: Mongoose populate within an object?