$limit

    1. > db.foo.bar.aggregate( { $limit : 10 } )

    该操作表示集合foo.bar中读取前10条记录。