server side
db.postSchema .findOne({ _id: comment.post }) .populate("owner") .exec((err, users) => { for (let i =