Schema

{
    "related": [
        {
            "updatedAt": "2024-05-18T10:57:45+00:00"
        }
    ],
    "items": [
        {
            "total": 0,
            "change": 0,
            "percent": 0,
            "artist": {
                "uuid": "string",
                "slug": "string",
                "name": "string",
                "appUrl": "string",
                "imageUrl": "string"
            }
        }
    ],
    "page": {
        "offset": 0,
        "limit": 0,
        "next": "string",
        "previous": "string",
        "total": 0
    },
    "errors": [
        {
            "key": "string",
            "code": 0,
            "message": "string"
        }
    ]
}