immich/mobile/openapi/doc/AlbumCountResponseDto.md
Alex 566039b93f
feat(web): add asset and album count info (#623)
* 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
2022-09-07 15:16:18 -05:00

468 B

openapi.model.AlbumCountResponseDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
owned int
shared int
sharing int

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