db.users.updateMany(
{ __t: "SE" },
{
$set: {
targets: [
{
modelName: "rapid",
targetCount: 15,
bookingCount: 0,
deliveredCount: 0,
},
{
modelName: "superb",
targetCount: 10,
bookingCount: 0,
deliveredCount: 0,
},
{
modelName: "kushaq",
targetCount: 5,
bookingCount: 0,
deliveredCount: 0,
},
{
modelName: "octavia",
targetCount: 0,
bookingCount: 0,
deliveredCount: 0,
},
],
},
}
);
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter