how to give custom name to collection in mongoose code example
Example: how to give custom name to collection in mongoose
const dataSchema = new Schema({..}, { collection: 'data' });
const dataSchema = new Schema({..}, { collection: 'data' });