Ok this one is killing me. Maybe its late and I am forgetting something, but this should work.
For test purposes, I have about 6000 documents in my collection. There i
You should not use $and here.
$and
Instead you can rewrite your query like this:
{Priority: {$gt: 1, $lt: 10}}