HTTP/1.1 200 OK
Accept-Ranges: bytes
Cache-Control: must-revalidate, private, max-age=0
Content-Type: application/json; charset=utf-8
Status: 200
X-Rate-Limit-Limit: 60
X-Rate-Limit-Remaining: 59
X-Rate-Limit-Reset: 2
Content-Length: 1303
Connection: keep-alive

{
    "total_entries": 2,
    "page": 1,
    "_links": {
        "self": {
            "href": "/api/v2/brands?page=1&per_page=50"
        },
        "first": {
            "href": "/api/v2/brands?page=1&per_page=50"
        },
        "last": {
            "href": "/api/v2/brands?page=1&per_page=50"
        },
        "previous": null,
        "next": null
    },
    "_embedded": {
        "entries": [
            {
                "name": "Brand One",
                "created_at": "2014-08-13T22:10:54Z",
                "updated_at": "2014-08-13T22:10:54Z",
                "_links": {
                    "self": {
                        "href": "/api/v2/brands/1"
                    },
                    "articles": {
                        "href": "/api/v2/brands/1/articles"
                    }
                }
            },
            {
                "name": "Brand Two",
                "created_at": "2014-08-13T22:10:55Z",
                "updated_at": "2014-08-13T22:10:55Z",
                "_links": {
                    "self": {
                        "href": "/api/v2/brands/2"
                    },
                    "articles": {
                        "href": "/api/v2/brands/2/articles"
                    }
                }
            }
        ]
    }
}
