models.MealList
models.MealList(items=list())Container for meal summary data.
Used for endpoints that return basic meal information including meal ID, name, and thumbnail. Typically used for filter and list endpoints.
Attributes
| Name | Description |
|---|---|
| ids | Get all meal IDs from the list. |
| names | Get all meal names from the list. |
| thumbnails | Get all meal thumbnail URLs from the list. |