1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-28 09:33:27 +02:00
immich/mobile/openapi/doc/AlbumResponseDto.md
Alex 5c78f707fe
Modify Album API endpoint to return a count attribute instead of a full assets array (#454)
* 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
2022-08-10 22:48:25 -05:00

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 []]

[Back to Model list] [Back to API list] [Back to README]