# types.ResultSet

[@polymeshassociation/polymesh-sdk](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes) / [Modules](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules) / [types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types) / ResultSet

## Interface: ResultSet\<T>

[types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types).ResultSet

### Type parameters

| Name |
| ---- |
| `T`  |

### Table of contents

#### Properties

* [count](#count)
* [data](#data)
* [next](#next)

### Properties

#### count

• `Optional` **count**: `BigNumber`

**Defined in**

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

***

#### data

• **data**: `T`\[]

**Defined in**

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

***

#### next

• **next**: [`NextKey`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types#nextkey)

**Defined in**

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