Changed
- On POST /v1/property/aggregate, a metric sub-aggregation over a nested field now returns its computed value when it sits inside a bucket aggregation on the same nested path. This covers the
saleHistoryfields (saleHistoryDate,saleHistoryAmount) and thelistingsfields. - For example, a
date_histogramonsaleHistoryDatewith anavgofsaleHistoryAmountreturns a real average sold price for every bucket, giving you a monthly average sold-price series directly from the endpoint. Sub-aggregations whose nested path differs from their parent continue to resolve as before, so mixed-path aggregations are unaffected. This makes bucketed time series and value distributions over sale history usable straight from the aggregate endpoint.