diff --git a/client/src/commonMain/kotlin/com/algolia/search/model/response/ResponseSearchForFacets.kt b/client/src/commonMain/kotlin/com/algolia/search/model/response/ResponseSearchForFacets.kt index 3b96c807c..af699434a 100644 --- a/client/src/commonMain/kotlin/com/algolia/search/model/response/ResponseSearchForFacets.kt +++ b/client/src/commonMain/kotlin/com/algolia/search/model/response/ResponseSearchForFacets.kt @@ -15,7 +15,7 @@ public data class ResponseSearchForFacets( /** * Whether the count returned for each [facets] is exhaustive. */ - @SerialName(Key.ExhaustiveFacetsCount) val exhaustiveFacetsCount: Boolean, + @SerialName(Key.ExhaustiveFacetsCount) val exhaustiveFacetsCount: Boolean? = null, /** * Processing time. */