MongoDB -Scheck für Array nicht leere Abfrage
collection.find({ arrayElementName: { $exists: true, $not: {$size: 0} } })
Tame Tortoise
collection.find({ arrayElementName: { $exists: true, $not: {$size: 0} } })