| Name | Type | Description | Notes |
|---|---|---|---|
| long_id | int | [optional] | |
| title | str | [optional] | |
| price | float | [optional] | |
| stock | int | [optional] | |
| medium_type | str | [optional] | |
| release_date | str | [optional] | |
| genre | str | [optional] | |
| artists | [ArtistDTO] | [optional] | |
| in_album | [AlbumDTO] | [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] |