mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	feat(web) add asset count stats on admin page (#843)
This commit is contained in:
		
							
								
								
									
										20
									
								
								mobile/openapi/doc/ServerStatsResponseDto.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								mobile/openapi/doc/ServerStatsResponseDto.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
# openapi.model.ServerStatsResponseDto
 | 
			
		||||
 | 
			
		||||
## Load the model package
 | 
			
		||||
```dart
 | 
			
		||||
import 'package:openapi/api.dart';
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Properties
 | 
			
		||||
Name | Type | Description | Notes
 | 
			
		||||
------------ | ------------- | ------------- | -------------
 | 
			
		||||
**photos** | **int** |  | 
 | 
			
		||||
**videos** | **int** |  | 
 | 
			
		||||
**objects** | **int** |  | 
 | 
			
		||||
**usageRaw** | **int** |  | 
 | 
			
		||||
**usage** | **String** |  | 
 | 
			
		||||
**usageByUser** | [**List<UsageByUserDto>**](UsageByUserDto.md) |  | [default to const []]
 | 
			
		||||
 | 
			
		||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user