db.articles.insertMany([{ ... name: 'learn-react', ... upvotes: 0, ... comments: [], ... }, { name: 'learn-node', ... upvotes: 0, ... comments: [], ... }, { name: 'mongodb', ... upvotes: 0, ... comments: [], ... }])