mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
22 lines
809 B
Markdown
22 lines
809 B
Markdown
# openapi.model.UsageByUserDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**photos** | **int** | Number of photos |
|
|
**quotaSizeInBytes** | **int** | User quota size in bytes (null if unlimited) |
|
|
**usage** | **int** | Total storage usage in bytes |
|
|
**usagePhotos** | **int** | Storage usage for photos in bytes |
|
|
**usageVideos** | **int** | Storage usage for videos in bytes |
|
|
**userId** | **String** | User ID |
|
|
**userName** | **String** | User name |
|
|
**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)
|
|
|
|
|