2022-10-23 14:54:54 -07:00
# openapi.model.ServerStatsResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-02-26 12:57:34 -07:00
**photos** | **int** | | [default to 0]
**usage** | **int** | | [default to 0]
2022-10-23 14:54:54 -07:00
**usageByUser** | [**List<UsageByUserDto>** ](UsageByUserDto.md ) | | [default to const []]
2023-08-01 09:49:18 -07:00
**videos** | **int** | | [default to 0]
2022-10-23 14:54:54 -07: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)