I have two collections with identical schema but different content. I would like to drop the first one and rename the second with the name of the first. I noticed that MongoDB has a function called renameCollection that would do the job perfectly, however I am struggling to find a way to implement it using Mongoose. Any solutions would be appreciated! I have two collections with identical schema bu