Here's a bug that looks impossible until you understand Gson.

You have this data class in your Pokedex app:

data class PokemonStat(

@SerializedName("base_stat") val baseStat: Int,

val stat: StatInfo