Introduction
Nested models help organize related data inside other data, making it easier to manage and understand complex information.
When you want to represent a user with an address inside their profile.
When you have an order that contains multiple items, each with its own details.
When you need to group related settings inside a main configuration.
When your API needs to accept or return structured data with parts inside parts.