const ops = items.map(item =>
({ updateOne: {
filter: { id: item.id, country: item.country},
update: { $set: {item} }, upsert: true }
}));
$सेट वाक्य रचना द्वारा उम्मीद की जाएगी { id:item.id, देश:item.country} केवल id:item.id, देश:item.country . के अलावा पारित किया जा रहा है।