Schema

{
    "related": {
        "uuid": "string",
        "slug": "string",
        "name": "string",
        "appUrl": "string",
        "imageUrl": "string",
        "identifier": "string",
        "createdAt": "2024-09-19T01:50:18+00:00",
        "latestAudience": {
            "date": "2024-09-19T01:50:18+00:00",
            "comments": 0,
            "views": 0,
            "likes": 0
        }
    },
    "items": [
        {
            "date": "2024-09-19T01:50:18+00:00",
            "comments": 0,
            "views": 0,
            "likes": 0
        }
    ],
    "page": {
        "offset": 0,
        "limit": 0,
        "next": "string",
        "previous": "string",
        "total": 0
    },
    "errors": [
        {
            "key": "string",
            "code": 0,
            "message": "string"
        }
    ]
}