# DetailedClubAllOf
## Properties
**membership** | Option<**String**> | The membership status of the logged-in athlete. | [optional]
**admin** | Option<**bool**> | Whether the currently logged-in athlete is an administrator of this club. | [optional]
**owner** | Option<**bool**> | Whether the currently logged-in athlete is the owner of this club. | [optional]
**following_count** | Option<**i32**> | The number of athletes in the club that the logged-in athlete follows. | [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)