data class Identifier(val id: String? = null, val oracleId: String? = null, val illustrationId: String? = null, val multiverseId: Int? = null, val mtgoId: Int? = null, val arenaId: Int? = null, val set: String? = null, val collectorNumber: String? = null, val name: String? = null)