Trouvez des articles de la gamme d'ID Mongoose
const records = await Model.find().where('_id').in(ids).exec();
Cruel Cheetah
const records = await Model.find().where('_id').in(ids).exec();