I try to store the new record in MongoDB this way
db.products.insert( { item: "card", qty: 15 } )
however i need to get the ObjectI