mirror of
https://github.com/immich-app/immich.git
synced 2025-11-01 03:09:03 -04:00
* Change API to return assets count and change web behavior accordingly * Refactor assets.length * Explicitly declare type of assetCount so Dart SDK understand it * Finished refactoring on mobile
792 B
792 B
openapi.model.AlbumResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| assetCount | int | ||
| id | String | ||
| ownerId | String | ||
| albumName | String | ||
| createdAt | String | ||
| albumThumbnailAssetId | String | ||
| shared | bool | ||
| sharedUsers | List | [default to const []] | |
| assets | List | [default to const []] |