# DetailedAthleteAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **follower_count** | Option<**i32**> | The athlete's follower count. | [optional] **friend_count** | Option<**i32**> | The athlete's friend count. | [optional] **measurement_preference** | Option<**String**> | The athlete's preferred unit system. | [optional] **ftp** | Option<**i32**> | The athlete's FTP (Functional Threshold Power). | [optional] **weight** | Option<**f32**> | The athlete's weight. | [optional] **clubs** | Option<[**Vec**](SummaryClub.md)> | The athlete's clubs. | [optional] **bikes** | Option<[**Vec**](SummaryGear.md)> | The athlete's bikes. | [optional] **shoes** | Option<[**Vec**](SummaryGear.md)> | The athlete's shoes. | [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)