@Rahul_Masal are you running the playground all in one go or are you selecting and running portions of it individually?
What should happen if you run that whole playground should be that the blog database gets created and inside it the users and posts collections are created.
Note that a playground returns the result of the last evaluation, so in this case it will print only the documents returned by db.posts.find({})