# openapi.model.MetadataSearchDto ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **albumIds** | **Optional?>** | Filter by album IDs | [optional] [default to const []] **checksum** | **Optional** | Filter by file checksum | [optional] **city** | **Optional** | Filter by city name | [optional] **country** | **Optional** | Filter by country name | [optional] **createdAfter** | [**Optional**](DateTime.md) | Filter by creation date (after) | [optional] **createdBefore** | [**Optional**](DateTime.md) | Filter by creation date (before) | [optional] **description** | **Optional** | Filter by description text | [optional] **encodedVideoPath** | **Optional** | Filter by encoded video file path | [optional] **id** | **Optional** | Filter by asset ID | [optional] **isEncoded** | **Optional** | Filter by encoded status | [optional] **isFavorite** | **Optional** | Filter by favorite status | [optional] **isMotion** | **Optional** | Filter by motion photo status | [optional] **isNotInAlbum** | **Optional** | Filter assets not in any album | [optional] **isOffline** | **Optional** | Filter by offline status | [optional] **lensModel** | **Optional** | Filter by lens model | [optional] **libraryId** | **Optional** | Library ID to filter by | [optional] **make** | **Optional** | Filter by camera make | [optional] **model** | **Optional** | Filter by camera model | [optional] **ocr** | **Optional** | Filter by OCR text content | [optional] **order** | [**Optional**](AssetOrder.md) | | [optional] **originalFileName** | **Optional** | Filter by original file name | [optional] **originalPath** | **Optional** | Filter by original file path | [optional] **page** | **Optional** | Page number | [optional] **personIds** | **Optional?>** | Filter by person IDs | [optional] [default to const []] **previewPath** | **Optional** | Filter by preview file path | [optional] **rating** | **Optional** | Filter by rating [1-5], or null for unrated | [optional] **size** | **Optional** | Number of results to return | [optional] **state** | **Optional** | Filter by state/province name | [optional] **tagIds** | **Optional?>** | Filter by tag IDs | [optional] [default to const []] **takenAfter** | [**Optional**](DateTime.md) | Filter by taken date (after) | [optional] **takenBefore** | [**Optional**](DateTime.md) | Filter by taken date (before) | [optional] **thumbnailPath** | **Optional** | Filter by thumbnail file path | [optional] **trashedAfter** | [**Optional**](DateTime.md) | Filter by trash date (after) | [optional] **trashedBefore** | [**Optional**](DateTime.md) | Filter by trash date (before) | [optional] **type** | [**Optional**](AssetTypeEnum.md) | | [optional] **updatedAfter** | [**Optional**](DateTime.md) | Filter by update date (after) | [optional] **updatedBefore** | [**Optional**](DateTime.md) | Filter by update date (before) | [optional] **visibility** | [**Optional**](AssetVisibility.md) | | [optional] **withDeleted** | **Optional** | Include deleted assets | [optional] **withExif** | **Optional** | Include EXIF data in response | [optional] **withPeople** | **Optional** | Include people data in response | [optional] **withStacked** | **Optional** | Include stacked assets | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)