b.stu.aggregate([{$sort:{age:1}}])
db.stu.aggregate([ {$group:{_id:'$gender',counter:{$sum:1}}}, {$sort:{counter:-1}} ])