Introduction
We use @Model to create simple data containers that hold information in our app. It helps keep data organized and easy to use.
When you want to store user information like name and age.
When you need to keep track of a list of items, like tasks or notes.
When you want to share data between different parts of your app.
When you want to save data that can change and update the UI automatically.