Och förmodligen kan lösningen finnas här - se kommentarerna på npm-sidan mongoose-random exempel .
// if you have an existing collection, it must first by synced.
// this will add random data for the `path` key for each doc.
Försök med
productSchema.syncRandom(function (err, result) {
console.log(result.updated);
});