Database
[{"_id":ObjectId("5d0a61bc5b835b2428289c1b"),"owner":ObjectId("5c9bf6eb1da18b038ca660b8"),"posts":[{"likes":{"totalLikes":0,"likeList":[]},"_id":ObjectId("5d0a61bc5b835b2428289c1c"),"postBody":"Test text only","author":{"userType":"User","user":ObjectId("5c9bf6eb1da18b038ca660b8"),"name":"Amari DeFrance","avatar":"https://stemuli.blob.core.windows.net/stemuli/profile-picture-e1367a7a-41c2-4ab4-9cb5-621d2008260f.jpg"}},{"likes":{"totalLikes":1,"likeList":[{"_id":ObjectId("5d0a66efbac13b4ff8b3b1c8"),"user":ObjectId("5c9bf6eb1da18b038ca660b8"),"avatar":"https://stemuli.blob.core.windows.net/stemuli/profile-picture-e1367a7a-41c2-4ab4-9cb5-621d2008260f.jpg","name":"Amari DeFrance","date":ISODate("2019-06-19T16:46:39.177Z")}]},"postBody":"Test photo","author":{"userType":"User","user":ObjectId("5c9bf6eb1da18b038ca660b8"),"name":"Amari DeFrance","avatar":"https://stemuli.blob.core.windows.net/stemuli/profile-picture-e1367a7a-41c2-4ab4-9cb5-621d2008260f.jpg"},"date":ISODate("2019-06-19T16:25:26.123Z")}],"__v":3}]
Query
db.collection.aggregate([{$match:{$expr:{$and:[{$eq:["$owner",ObjectId("5c9bf6eb1da18b038ca660b8")]},{$anyElementTrue:{$map:{input:"$posts",in:{$and:[{$eq:["$$this._id",ObjectId("5d0a61bc5b835b2428289c1c")]},{$anyElementTrue:{$map:{input:"$$this.likes.likeList",as:"like",in:{$eq:["$$like.user",ObjectId("5c9bf6eb1da18b038ca660b8")]}}}}]}}}}]}}}])