Here I want to drop my collection(Table in MySQL) but I can't understand why we add 's' to the name of the collection, sample:
[name of Collection(table) : myCollection]
const mongoose = require('mongoose');
mongoose.connection.collections.myCollections.drop();