I have a MongoDB collection with 100 million documents. I want to remove all the documents where the guildID is not in an array. I\'m using NodeJS with Mongoose.
Whic