GET /api/v1/catalogue/?format=api&ordering=-brand&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 11,
    "next": null,
    "previous": "https://api.artelelectronics.com/api/v1/catalogue/?format=api&ordering=-brand",
    "results": [
        {
            "id": 8,
            "title": "Artel logotipi",
            "image": {
                "id": 11761,
                "file": "https://artelelectronics-new.s3.amazonaws.com/logo-square2024-08-1705-15-16.2024-09-11.05-50-16.png"
            },
            "brand": 1,
            "file": {
                "id": 11760,
                "file": "https://artelelectronics-new.s3.amazonaws.com/logo-artel.2024-09-11.05-48-36.zip",
                "size": "284.57 kb",
                "file_extension": "zip"
            },
            "catalogue_type": "catalogue",
            "date": "2024-09-11"
        }
    ]
}