For a mongodb collection with 30+ million documents is it better to:
1: Query multiple times like this:
for (const _id of array) { await Schema.delete