immich/mobile/openapi/doc/LibraryStatsResponseDto.md

18 lines
571 B
Markdown

# openapi.model.LibraryStatsResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**photos** | **int** | Number of photos |
**total** | **int** | Total number of assets |
**usage** | **int** | Storage usage in bytes |
**videos** | **int** | Number of videos |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)