ProductListResponse
ProductListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count optional | Count Example : 5 | any of [integer, null] | |
| current_page optional | Current page Example : 1 | any of [integer, null] | |
| products optional | Products | array[ProductResponse] | |
| total_count optional | Total count Example : 5 | any of [integer, null] | |
| total_pages optional | Total pages Example : 1 | any of [integer, null] |