documentos onde o campo existe
db.stackoverflow.find({
howmuch: { $exists: true }
})
Thomate
db.stackoverflow.find({
howmuch: { $exists: true }
})