data
data: { completed: number; dropped: number; on_hold: number; plan_to_watch: number; scores: { percentage: number; score: number; votes: number }[]; total: number; watching: number }
Type declaration
completed: number
dropped: number
on_hold: number
plan_to_watch: number
scores: { percentage: number; score: number; votes: number }[]
total: number
watching: number