i tried mongoose aggregate
const indexProducts = await Product.aggregate( [ { $sort: {salesNumber: -1} }, {