Skip to content

Commit ac732d1

Browse files
authored
1 parent 1bdedd7 commit ac732d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-search/src/types/SearchResponse.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export type SearchResponse<TObject = {}> = {
6767
/**
6868
* Statistics for numerical facets.
6969
*/
70-
facetsStats?: Record<
70+
facets_stats?: Record<
7171
string,
7272
{
7373
/**

0 commit comments

Comments
 (0)