Database

[{"_id":ObjectId("627e24df17446e1f646c945c"),"phone_number":"041041041","country":"_si","blacklisted_service":{"all":false,"place_order":false,"promo_code_sms":true},}]

Query

db.collection.aggregate([{$match:{$expr:{$and:[{$eq:["$phone_number","041041041"]},{$eq:["$country","_si"]},{$or:[{$eq:["$blacklisted_service.all",true]},{$eq:["$blacklisted_service.promo_code_sms",true]},]}]}}}])

Result