package moe.odango.index.http.graphql.dto data class AnimeItem( val id: String, val titles: List, val genres: List )