| Name | Type | Description | Notes |
|---|---|---|---|
| long_id | int | [optional] | |
| title | str | [optional] | |
| image_url | str | [optional] | |
| price | float | [optional] | |
| stock | int | [optional] | |
| medium_type | str | [optional] | |
| release_date | str | [optional] | |
| album_id | AlbumId | [optional] | |
| label | str | [optional] | |
| songs | [SongDTO] | [optional] | |
| quantity_to_add_to_cart | int | [optional] | |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |