This website requires JavaScript.
Explore
Help
Sign in
helpy4
/
immich
Watch
1
Star
0
Fork
You've already forked immich
0
mirror of
https://github.com/immich-app/immich
synced
2026-08-22 13:13:05 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
cee387cfdd
immich
/
mobile
/
openapi
/
doc
/
SearchAlbumResponseDto.md
izzy
cee387cfdd
Merge remote-tracking branch 'origin/main' into feat/yucca-integration
2026-08-06 14:11:44 +01:00
691 B
Raw
Blame
History
openapi.model.SearchAlbumResponseDto
Load the model package
import
'package:openapi/api.dart'
;
Properties
Name
Type
Description
Notes
count
int
Number of albums in this page
facets
List
[default to const []]
items
List
[default to const []]
total
int
Total number of matching albums
[Back to Model list]
[Back to API list]
[Back to README]