A object with a data property that contains an array of up to limit products. Each entry in the array is a separate product object. If no more products are available, the resulting array will be empty.
| Name | Type | Description | Notes |
|---|---|---|---|
| data | List<Product> | [optional] | |
| total | Integer | [optional] | |
| perPage | Integer | [optional] | |
| currentPage | Integer | [optional] | |
| lastPage | Integer | [optional] | |
| prevPageUrl | String | [optional] | |
| nextPageUrl | String | [optional] |