# openapi.model.GetAllPreviewProductResponse

## Load the model package
```dart
import 'package:openapi/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **num** | count of product | 
**pageCount** | **num** | page count of product | 
**currentPage** | **num** | current page | 
**maxPrice** | **num** | max price | 
**colors** | **BuiltList&lt;String&gt;** | colors | 
**sizes** | **BuiltList&lt;String&gt;** | sizes | 
**results** | [**BuiltList&lt;ProductResult&gt;**](ProductResult.md) | results of product | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


