Loop melalui koleksi Mongo DB

> db.posts.find().forEach(function(doc) { print('Blog Post: ' + doc.title) })
Anthony Smith