mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
738 B
738 B
openapi.model.SearchAssetResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| count | int | Number of assets in this page | |
| facets | List | [default to const []] | |
| items | List | [default to const []] | |
| nextPage | String | Next page token | |
| total | int | Total number of matching assets |