Last updated 4 years ago
Was this helpful?
Mongob in command line
Find documents where props exist
db.getCollection('users').find({onboarding: { $exists: true} }).count();
Import your data