AniLink - v1.29.2
    Preparing search index...

    UserStats is an interface representing a user's statistics. It includes the watchedTime, chaptersRead, activityHistory, animeStatusDistribution, mangaStatusDistribution, animeScoreDistribution, mangaScoreDistribution, animeListScores, mangaListScores, favouredGenresOverview, favouredGenres, favouredTags, favouredActors, favouredStaff, favouredStudios, favouredYears, and favouredFormats each having their own properties.

    Index
    activityHistory: ActivityHistory[]

    activityHistory is an array of ActivityHistory representing the user's activity history.

    animeListScores: ListScores

    animeListScores is an instance of ListScores representing the user's anime list scores.

    animeScoreDistribution: ScoreDistribution[]

    animeScoreDistribution is an array of ScoreDistribution representing the distribution of the user's anime scores.

    animeStatusDistribution: Distribution[]

    animeStatusDistribution is an array of Distribution representing the distribution of the user's anime status.

    chaptersRead: number

    chaptersRead is a number representing the total chapters read by the user.

    favouredActors: Favoured[]

    favouredActors is an array of Favoured representing the user's favoured actors.

    favouredFormats: Favoured[]

    favouredFormats is an array of Favoured representing the user's favoured formats.

    favouredGenres: Favoured[]

    favouredGenres is an array of Favoured representing the user's favoured genres.

    favouredGenresOverview: Favoured[]

    favouredGenresOverview is an array of Favoured representing the user's favoured genres overview.

    favouredStaff: Favoured[]

    favouredStaff is an array of Favoured representing the user's favoured staff.

    favouredStudios: Favoured[]

    favouredStudios is an array of Favoured representing the user's favoured studios.

    favouredTags: Favoured[]

    favouredTags is an array of Favoured representing the user's favoured tags.

    favouredYears: Favoured[]

    favouredYears is an array of Favoured representing the user's favoured years.

    mangaListScores: ListScores

    mangaListScores is an instance of ListScores representing the user's manga list scores.

    mangaScoreDistribution: ScoreDistribution[]

    mangaScoreDistribution is an array of ScoreDistribution representing the distribution of the user's manga scores.

    mangaStatusDistribution: Distribution[]

    mangaStatusDistribution is an array of Distribution representing the distribution of the user's manga status.

    watchedTime: number

    watchedTime is a number representing the total time watched by the user.