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