<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [Category](./schema.category.md)

## Category interface

Describes a nominal category in terms of category name and count of values in the category.

<b>Signature:</b>

```typescript
export interface Category 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [count](./schema.category.count.md) |  | number |  |
|  [name](./schema.category.name.md) |  | string |  |

