GetEntityFacetsResponse.facets
Home > @backstage/catalog-client
> GetEntityFacetsResponse
> facets
The computed facets, one entry per facet in the request.
Signature:
facets: Record<string, Array<{
value: string;
count: number;
}>>;