# UserSettings
## Properties
**id** | **String** | Clerk user ID |
**username** | **String** | Username |
**email** | Option<**String**> | Email address | [optional]
**delivery_formats** | **Vec<String>** | Preferred delivery formats (ordered) |
**default_quality** | **i32** | Default image quality (1-100) |
**default_fit_mode** | **String** | Default fit mode |
**default_max_width** | Option<**i32**> | Default maximum width | [optional]
**default_max_height** | Option<**i32**> | Default maximum height | [optional]
**theme** | **String** | UI theme |
**language** | **String** | UI language |
**created_at** | **i32** | Account creation timestamp (Unix epoch) |
**updated_at** | **i32** | Last update timestamp (Unix epoch) |
**total_uploads** | **i32** | Total number of uploads |
**storage_used_bytes** | **i32** | Total storage used in bytes |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)