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