This is similar to the LIMIT function of MySQL (or SQL in general):
coll.find({},{:skip => 0, :limit => 10 })