# PlaylistsAttributes
## Properties
**access_type** | **String** | Access type |
**bounded** | **bool** | Indicates if the playlist has a duration and set number of tracks |
**created_at** | **String** | Datetime of playlist creation (ISO 8601) |
**description** | Option<**String**> | Playlist description | [optional]
**duration** | Option<**String**> | Duration of playlist (ISO 8601) | [optional]
**external_links** | [**Vec<models::ExternalLink>**](External_Link.md) | |
**last_modified_at** | **String** | Datetime of last modification of the playlist (ISO 8601) |
**name** | **String** | Playlist name |
**number_of_followers** | **i32** | The amount of followers of the playlist |
**number_of_items** | Option<**i32**> | Number of items in the playlist | [optional]
**playlist_type** | **String** | The type of the playlist |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)