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