{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"id": 0,
"title": "string",
"release_datetime": "2019-08-24T14:15:22Z",
"company": {
"id": 0,
"name": "string",
"tagline": "string",
"isins": [
"string"
],
"lei": "string",
"sub_industry_code": "string",
"country_code": "string"
},
"filing_type": {
"id": 0,
"code": "string",
"name": "string",
"description": "string",
"category": {
"id": 0,
"name": "string",
"sort_order": 0
}
}
}
]
}