Price Range Response
data class PriceRangeResponse(var type: String? = null, var currency: String? = null, var min: Double = 0.0, var max: Double = 0.0)
Represents a price range response from the Discovery API.
Holds price range details, including type, currency, and range values.