What does this insertMany call do when run on an empty collection?db.nums.insertMany([ { _id: 1, v: "a" }, { _id: 1, v: "b" }, { _id: 2, v: "c" } ])