I have this dataclass used with Moshi:
@JsonClass(generateAdapter = true) data class SearchResult( @field:Json(name = "1. symbol") val symbol: S