Sails.js From Scratch/MongoDB issue

When I create a new collection, Mongo DB accepts it just fine, however in the tutorial when the instructor runs db.getCollections(), the collection is shown with a “system.indexes” in the array. I am not getting that. Is there something wrong/I need to configure something?

I am using a fresh install of MongoDB 3.2.4

Thanks