Le champ de la mangouste n'existe pas

db.stackoverflow.find({
  $or: [
    { howmuch: { $exists:false } },
    { howmuch:5 }
  ]})
amit.bhagat