Introduction
Nested data stores information inside other information, like a box inside a bigger box. Querying nested data helps you find details deep inside your data quickly and easily.
You want to find a friend's phone number stored inside their contact details.
You need to get all comments inside a blog post document.
You want to check the status of an order inside a customer's order history.
You want to filter products by a feature stored inside a nested list.
You want to update a specific address inside a user's multiple addresses.