Introduction
Dot notation helps you look inside nested parts of your data easily.
You want to find a specific detail inside a nested object in your database.
You need to update a small part inside a bigger document without changing everything.
You want to sort or filter data based on a value inside an embedded document.
You want to show only a small piece of nested data when you get results.