const query = Customer.find().sort({ name: 1 }).limit(1); query.getOptions(); // { sort: { name: 1 }, limit: 1 }