mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 11:07:10 -05:00 
			
		
		
		
	* feat(web): improved server stats * fix(web): don't log unauthorized errors * Revert "fix(web): don't log unauthorized errors" This reverts commit 7fc2987a77ae8bf3a7381ed3156a7a0c16f27564.
		
			
				
	
	
		
			21 lines
		
	
	
		
			563 B
		
	
	
	
		
			Markdown
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			563 B
		
	
	
	
		
			Markdown
		
	
	
	
	
		
			Generated
		
	
	
# openapi.model.UsageByUserDto
 | 
						|
 | 
						|
## Load the model package
 | 
						|
```dart
 | 
						|
import 'package:openapi/api.dart';
 | 
						|
```
 | 
						|
 | 
						|
## Properties
 | 
						|
Name | Type | Description | Notes
 | 
						|
------------ | ------------- | ------------- | -------------
 | 
						|
**userId** | **String** |  | 
 | 
						|
**userFirstName** | **String** |  | 
 | 
						|
**userLastName** | **String** |  | 
 | 
						|
**photos** | **int** |  | 
 | 
						|
**videos** | **int** |  | 
 | 
						|
**usage** | **int** |  | 
 | 
						|
 | 
						|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
 | 
						|
 | 
						|
 |