How does this query treat the two conditions on the same query object?db.users.find({ age: { $gt: 18 }, city: "Pune" })