# PlanFeature ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | | `id` | *str* | :heavy_check_mark: | The ID of the feature, used to refer to it in other API calls like /track or /check. | | `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the feature. | | `type` | [models.PlanType](../models/plantype.md) | :heavy_check_mark: | The type of the feature | | `display` | [OptionalNullable[models.PlanFeatureDisplay]](../models/planfeaturedisplay.md) | :heavy_minus_sign: | Singular and plural display names for the feature. | | `credit_schema` | List[[models.PlanCreditSchema](../models/plancreditschema.md)] | :heavy_minus_sign: | Credit cost schema for credit system features. | | `archived` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether or not the feature is archived. |