# piped_api.model.SearchPage ## Load the model package ```dart import 'package:piped_api/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **corrected** | **bool** | Whether the search query was corrected. | [optional] **items** | [**BuiltList<SearchItem>**](SearchItem.md) | | [optional] **nextpage** | **String** | The parameter used to get the next page of this page. | [optional] **suggestion** | **String** | The suggested search query. | [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)