Database

[{school:[{student:"raj",subjects:["P","C","M"],std:10},{student:"ram",subjects:[],std:8},{student:"rahul",subjects:["P"],std:9}]}]

Query

db.collection.find({},{"schoo.std":0,})

Result