mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 18:42:17 -07:00
566039b93f
* Get asset and album count * Generate APIs * Added asset count for each type * Added api on the web * Added info button for asset and album count to trigger getting info on hover * Remove websocket event from photo page
17 lines
449 B
Markdown
17 lines
449 B
Markdown
# openapi.model.AssetCountByUserIdResponseDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**photos** | **int** | |
|
|
**videos** | **int** | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|