2022-10-23 23:54:54 +02:00
# openapi.model.ServerStatsResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-02-26 21:57:34 +02:00
**photos** | **int** | | [default to 0]
**usage** | **int** | | [default to 0]
2022-10-23 23:54:54 +02:00
**usageByUser** | [**List<UsageByUserDto>** ](UsageByUserDto.md ) | | [default to const []]
2023-08-01 18:49:18 +02:00
**videos** | **int** | | [default to 0]
2022-10-23 23:54:54 +02:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)