# ArtistsAttributes
## Properties
**contributions_enabled** | Option<**bool**> | Is the artist enabled for contributions? | [optional]
**contributions_sales_pitch** | Option<**String**> | Contributions sales pitch | [optional]
**external_links** | Option<[**Vec<models::ExternalLink>**](External_Link.md)> | Artist links external to TIDAL API | [optional]
**handle** | Option<**String**> | Artist handle | [optional]
**name** | **String** | Artist name |
**popularity** | **f64** | Artist popularity (0.0 - 1.0) |
**spotlighted** | Option<**bool**> | Is the artist spotlighted? | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)