weapons.find({ order: 'audibleRange DESC', limit: 3 });
Cars.find({limit: 10, skip: 0}, function() { /* ... */ });