I\'m trying to define a query object dynamically (which is used for some mongoDB method calling).
let query = { category: { $exists: true, $ne: [] } } if (isAd