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