package xyz.adjutor.aniki.anime import com.google.gson.annotations.SerializedName class RestAnimeResponse{ //only kept the infos I didn't have and that were interesting to me. @SerializedName("mal_id") var mal_id: Int? = null @SerializedName("synopsis") var synopsis: String? = null }