{
"count": 123,
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100",
"results": [
{
"id": 0,
"cd": "2019-08-24T14:15:22Z",
"name": "string",
"status": "created",
"tag": "general",
"type": "image",
"mime_type": "string",
"size": 0,
"duration": 0,
"width": 0,
"height": 0,
"file": "http://example.com",
"compressed_file": "http://example.com",
"mock_video_file": "http://example.com",
"preview": "http://example.com",
"thumbnail": "http://example.com",
"generated_script": "string"
}
]
}