{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"id": 0,
"name": "string",
"tagline": "string",
"isins": [
"string"
],
"lei": "string",
"sub_industry_code": "string",
"country_code": "string"
}
]
}