Database

[{id:1,a:[{b:"",c:""}]},{id:2,a:{b:"",c:""}}]

Query

db.collection.find({a:{$not:{$type:"array"},$type:"object"}})

Result