Represents the statistics fields in the search response.

interface SearchResponseStatsStatsFields {
    price?: SearchResponseStatsStatsFieldsPrice;
    sale_price?: SearchResponseStatsStatsFieldsPrice;
}

Properties

Properties