We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bdedd7 commit ac732d1Copy full SHA for ac732d1
packages/client-search/src/types/SearchResponse.ts
@@ -67,7 +67,7 @@ export type SearchResponse<TObject = {}> = {
67
/**
68
* Statistics for numerical facets.
69
*/
70
- facetsStats?: Record<
+ facets_stats?: Record<
71
string,
72
{
73
0 commit comments