Comment trier par le nouveau document Mongoose
await Schema.find({}).sort({ createdAt: -1 }
Liz
await Schema.find({}).sort({ createdAt: -1 }