> For the complete documentation index, see [llms.txt](https://docs.fakestoreapi.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fakestoreapi.ru/models/productslistdetails.md).

# ProductsListDetails

```json
{
  "data": [
    {
      "uuid": "17a54659-a06a-464f-a914-190cee7d4b1a",
      "name": "Nike",
      "price": 250,
      "discount": 15,
      "images": [
        {
          "_uuid": "string"
        }
      ],
      "rating": 0,
      "review_count": 0,
      "category": {
        "_uuid": "17a54659-a06a-464f-a914-190cee7d4b1a",
        "name": "Shoes"
      }
    }
  ],
  "price_range": {
    "min": 100,
    "max": 5000
  },
  "pagintaion": {
    "total": 240,
    "page": 1,
    "limit": 10,
    "totalPage": 24,
    "isLastPage": false
  }
}
```

## Properties

| Name         | Type                                                            | Required | Restrictions | Description         |
| ------------ | --------------------------------------------------------------- | -------- | ------------ | ------------------- |
| data         | [ProductDetails](/models/productdetails.md)                     | true     | none         | Product list        |
| price\_range | [ProductPriceRangeDetails](/models/productpricerangedetails.md) | true     | none         | Product price range |
| pagintaion   | [PaginationDetails](/models/paginationdetails.md)               | true     | none         | Paggination info    |
