First you have to check if the property exists.
db.collection.find({realEstateExternalExecutives: {$exists: true, $not: {$size: 0}}})
First you have to check if the property exists.
db.collection.find({realEstateExternalExecutives: {$exists: true, $not: {$size: 0}}})