activityHistory is an array of ActivityHistory representing the user's activity history.
animeListScores is an instance of ListScores representing the user's anime list scores.
animeScoreDistribution is an array of ScoreDistribution representing the distribution of the user's anime scores.
animeStatusDistribution is an array of Distribution representing the distribution of the user's anime status.
chaptersRead is a number representing the total chapters read by the user.
favouredActors is an array of Favoured representing the user's favoured actors.
favouredFormats is an array of Favoured representing the user's favoured formats.
favouredGenres is an array of Favoured representing the user's favoured genres.
favouredGenresOverview is an array of Favoured representing the user's favoured genres overview.
favouredStaff is an array of Favoured representing the user's favoured staff.
favouredStudios is an array of Favoured representing the user's favoured studios.
favouredTags is an array of Favoured representing the user's favoured tags.
favouredYears is an array of Favoured representing the user's favoured years.
mangaListScores is an instance of ListScores representing the user's manga list scores.
mangaScoreDistribution is an array of ScoreDistribution representing the distribution of the user's manga scores.
mangaStatusDistribution is an array of Distribution representing the distribution of the user's manga status.
watchedTime is a number representing the total time watched by the user.
UserStatsis 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.