Mongodb – How to make a unique number in the _id
Unfortunately, I can't figure out how to turn the _id ObjectID, into a _id with a unique number generated by a number. For example: Right now the generation is like this [ { _id: 'adioj2ouro21jr9o3', // ... } ] And…