diff --git a/src/main/kotlin/net/tcgdex/sdk/models/Card.kt b/src/main/kotlin/net/tcgdex/sdk/models/Card.kt index e209b65..6ffde0e 100644 --- a/src/main/kotlin/net/tcgdex/sdk/models/Card.kt +++ b/src/main/kotlin/net/tcgdex/sdk/models/Card.kt @@ -66,7 +66,7 @@ data class Card internal constructor( /** * the Pokémon Pokédex IDs (multiple if multiple pokémon appears on the card) */ - val dexIDs: List?, + val dexId: List?, /** * HP of the pokemon