package moe.odango.index.es.dto import moe.odango.index.utils.InfoSource data class AnimeDescriptionDTO( val text: String, val source: InfoSource )