Retrieve data from MongoDB using find and toArray functions
Notes:
00:00 - retrieve created to do items from mongo db
00:50 - db.collection.find() — MongoDB
01:40 - check what's inside a 'cursor'
02:40 - cursor.toArray() — MongoDB
03:00 - testing