diff --git a/src/Search/SearchResult.php b/src/Search/SearchResult.php index 3873a72b..9f2b603c 100644 --- a/src/Search/SearchResult.php +++ b/src/Search/SearchResult.php @@ -223,6 +223,7 @@ public function toArray(): array 'processingTimeMs' => $this->processingTimeMs, 'query' => $this->query, 'facetDistribution' => $this->facetDistribution, + 'facetStats' => $this->facetStats, ]; if (!$this->numberedPagination) {