We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792a196 commit 9dbe9c6Copy full SHA for 9dbe9c6
client/src/commonMain/kotlin/com/algolia/search/model/response/ResponseSearchForFacets.kt
@@ -15,7 +15,7 @@ public data class ResponseSearchForFacets(
15
/**
16
* Whether the count returned for each [facets] is exhaustive.
17
*/
18
- @SerialName(Key.ExhaustiveFacetsCount) val exhaustiveFacetsCount: Boolean,
+ @SerialName(Key.ExhaustiveFacetsCount) val exhaustiveFacetsCount: Boolean? = null,
19
20
* Processing time.
21
0 commit comments