Mongo -Atlasfilter per Array nicht leer
collection.find({ arrayElementName: { $exists: true, $not: {$size: 0} } })
Tame Tortoise
collection.find({ arrayElementName: { $exists: true, $not: {$size: 0} } })
db.collection.find({arrayElementName : {$exists:true, $size:0}})