Hello, I'm trying to use the sort method in mongodbmixin, but without success. I did these tests: ```` javascript pump.find(query).sort({}) // and pump._mongo.collection.find(query).sort({}).stream() ```` What is the way to use the sort? tks!