Comment donner le nom personnalisé à la collection à Mongoose
const dataSchema = new Schema({..}, { collection: 'data' });
Repulsive Rhinoceros
const dataSchema = new Schema({..}, { collection: 'data' });