Database

[{a:[{value:1}]},{a:[{value:null}]},{a:[{value:2}]}]

Query

db.collection.find({"a.0.value":{$type:10}})

Result