Hãy thử điều này, nó có thể giúp bạn đạt được chính xác những gì bạn muốn.
infoModel.find({contactId: ObjectId("5baa28a3f1268917e9220138")})
.populate('contact', "name email")
.then(infoDetails => {
console.log("Info Details -> ", infoDetails)
}).catch(err => {
console.log("Error Occured -> ", err)
})
Tham khảo tài liệu để biết thêm kiến thức.