Given a multikey index on `scores` (an array of numbers), what does the query do?db.coll.find({ scores: { $gt: 80, $lt: 90 } })