ProductListResponse
ProductListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count optional | 개수 Example : 5 | any of [integer, null] | |
| current_page optional | 현재 페이지 Example : 1 | any of [integer, null] | |
| products optional | 상품 리스트 | array[ProductResponse] | |
| total_count optional | 총 개수 Example : 5 | any of [integer, null] | |
| total_pages optional | 총 페이지 Example : 1 | any of [integer, null] |