how to grab a document from an collection and append it to other collection? - mongoDB code example Example: mongodb insert db.products.insert( { item: "card", qty: 15 } )