Che ne dici di qualcosa del genere:
db.stackoverflow.find({
$or: [
{ howmuch: { $exists:false } },
{ howmuch:5 }
]})
Nella raccolta StackOverflow, questo troverà tutti i documenti che non hanno il howmuch campo più tutti i documenti che contengono howmuch impostato su 5.