Schema

{
    "related": {
        "artist": {
            "uuid": "string",
            "slug": "string",
            "name": "string",
            "appUrl": "string",
            "imageUrl": "string"
        },
        "platform": "string",
        "lastCrawlDate": "2024-05-18T09:21:08+00:00"
    },
    "items": [
        {
            "date": "2024-05-18T09:21:08+00:00",
            "conversionRate": 0,
            "followers": 0,
            "listeners": 0
        }
    ],
    "page": {
        "offset": 0,
        "limit": 0,
        "next": "string",
        "previous": "string",
        "total": 0
    },
    "errors": [
        {
            "key": "string",
            "code": 0,
            "message": "string"
        }
    ]
}