> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.counttransferrestriction.md).

# types.CountTransferRestriction

[@polymeshassociation/polymesh-sdk](/polymesh-sdk-api-reference/docs-alpha/classes.md) / [Modules](/polymesh-sdk-api-reference/docs-alpha/modules.md) / [types](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md) / CountTransferRestriction

## Interface: CountTransferRestriction

[types](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md).CountTransferRestriction

### Hierarchy

* `TransferRestrictionBase`

  ↳ **`CountTransferRestriction`**

### Table of contents

#### Properties

* [count](#count)
* [exemptedIds](#exemptedids)

### Properties

#### count

• **count**: `BigNumber`

**Defined in**

[types/index.ts:1253](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1253)

***

#### exemptedIds

• `Optional` **exemptedIds**: `string`\[]

array of Scope/Identity IDs that are exempted from the Restriction

**`note`** if the Asset requires investor uniqueness, Scope IDs are used. Otherwise, we use Identity IDs. More on Scope IDs and investor uniqueness [here](https://developers.polymesh.network/introduction/identity#polymesh-unique-identity-system-puis) and [here](https://developers.polymesh.network/polymesh-docs/primitives/confidential-identity)

**Inherited from**

TransferRestrictionBase.exemptedIds

**Defined in**

[types/index.ts:1242](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1242)
