Database

[{_id:1,Price:[1,84]},{_id:2,Price:[1,98500]},{_id:3,Price:[1,3005]}]

Query

db.collection.find({$expr:{$eq:[{$filter:{input:"$Price",cond:{$and:[{$gte:["$$this",1]},{$lt:["$$this",85]}]}}},"$Price"]}})

Result