/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Serializer for document facets */ export type DocumentFacet = { /** * Total number of documents in this facet */ total: number; /** * Terms and their counts in this facet */ terms: Record; /** * Count of documents not in any term */ other: number; };