MongoDB sprawdź tablicę, a nie puste zapytanie
collection.find({ arrayElementName: { $exists: true, $not: {$size: 0} } })
Tame Tortoise
collection.find({ arrayElementName: { $exists: true, $not: {$size: 0} } })