AniLink - v1.29.2
    Preparing search index...

    MediaStats is an interface representing the statistics of a media. It includes score distribution and status distribution each having their own properties.

    interface MediaStats {
        scoreDistribution: ScoreDistribution[];
        statusDistribution: StatusDistribution[];
    }
    Index
    scoreDistribution: ScoreDistribution[]

    scoreDistribution is an array of ScoreDistribution objects representing the score distribution of the media.

    statusDistribution: StatusDistribution[]

    statusDistribution is an array of StatusDistribution objects representing the status distribution of the media.