# openapi.model.RandomSearchDto ## 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 []] **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] **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] **personIds** | **Optional?>** | Filter by person IDs | [optional] [default to const []] **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] **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)