Database
[{"user":"1","post":"1","comment":[{from:"Gene",message:"Awesome!"},{from:"Dash",message:"Great job!",imageAttachment:"www.image.com/imageurl"}]},{"user":"1","post":"2","comment":[{from:"Bill",message:"Good video tutorial!"}]},{"user":"2","post":"3","comment":[{from:"Bill",message:"This video helped me!"}]},{"user":"3","post":"4","comment":[{from:"Bill",message:"I ran into this error:",imageAttachment:"www.image.com/imageurl"}]}]
Query
db.collection.aggregate([{$match:{"comments.imageAttachment":{"$exists":true},},},])