Database

[{"value":101},{"value":null},{"key":"k"}]

Query

db.collection.aggregate([{$match:{$expr:{$lte:[{$ifNull:["$value",0]},100]}}}])

Result