Backstage
    Preparing search index...

    The response type for CatalogClient.getEntityFacets.

    interface GetEntityFacetsResponse {
        facets: Record<string, { count: number; value: string }[]>;
    }
    Index

    Properties

    Properties

    facets: Record<string, { count: number; value: string }[]>

    The computed facets, one entry per facet in the request.