Database
[{label:"should not match",items:[1,2,3]},{label:"should match",items:[]},{label:"should match",items:[1,2,3,4]},{label:"should match"}]
Query
db.collection.find({$expr:{$or:[{$eq:[{$ifNull:["$items",[]]},[]]},{$in:[4,"$items"]}]}})