@@ -317,3 +317,10 @@ type MmOracle struct {
Anime int64 `json:"anime"`
AvgScore int `json:"avgScore"`
}
type MovieChart struct {
MmId int `json:"mmId"`
AvgScore float64 `json:"avgScore"`
UserCount int `json:"userCount"`
Data Anime `json:"data"`
The note is not visible to the blocked user.