mirror of
https://github.com/immich-app/immich.git
synced 2024-11-28 09:33:27 +02:00
5c78f707fe
* 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 []] |