Database

[{_id:"6285e9a7aff93ead37ec50ad",date:"2022-04-28T10:51:37.923Z",devices:{tablets:[{brand:"samsung",model:"s20"},{brand:"samsung",model:"s21"},{brand:"apple",model:"ipad_mini"},],phones:[{brand:"samsung",model:"galaxy_s20"},{brand:"apple",model:"i13"}],laptops:[]}},{_id:"6285e9a7aff93ead37ec51ad",date:"2022-04-28T10:51:37.923Z",devices:{tablets:[{brand:"samsung",model:"s20"},{brand:"samsung",model:"s21"},{brand:"sd",model:"ipad_mini"},],phones:[{brand:"samsung",model:"galaxy_s20"},{brand:"as",model:"i13"}],laptops:[]}}]

Query

db.collection.aggregate([{$project:{"d":{"$objectToArray":"$devices"}}},{"$match":{"d.v.brand":"apple"}}])

Result