IDatasetEnrichments
The set of enrichments that we fetch from the Hub API
Properties
| Property | Type | Notes | 
|---|---|---|
| Optional | IHubGeography | 
               boundary will default to the item extent but can be overwritten by enrichments from the Hub API (inline) or fetched from a location such as /resources/boundary.json  | 
          
| Optional | IEnrichmentErrorInfo[] | 
               Any errors encountered when fetching enrichments see https://github.com/ArcGIS/hub-indexer/blob/master/docs/errors.md#response-formatting-for-errors  | 
          
| Optional | IHubExtent | 
               Either the item's extent, or the item's layer or server's extent converted to a lat/lng coordinate pair  | 
          
| Optional | string | |
| Optional | number | |
| Optional | number | null | 
               The count of records for the layer referenced by this content  | 
          
| Optional | string | 
               The appropriate summary to show for the item, coming from either the item's data (for pages or initiatives) or the item's description  | 
          
| Optional | string | |
| Optional | any | 
               Pre-computed field statistics (min, max, average, etc)  | 
          
Interface defined in packages/common/src/content/_fetch.ts:46