> For the complete documentation index, see [llms.txt](https://docs.justaname.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.justaname.id/sdk-reference/justaname-core-sdk/interfaces/subnamegetallbyensdomainwithcountrequest.md).

# SubnameGetAllByEnsDomainWithCountRequest

[**@justaname.id/sdk**](/sdk-reference/justaname-core-sdk.md) • **Docs**

***

[@justaname.id/sdk](/sdk-reference/justaname-core-sdk/globals.md) / SubnameGetAllByEnsDomainWithCountRequest

## Interface: SubnameGetAllByEnsDomainWithCountRequest

### Extends

* [`IRequest`](/sdk-reference/justaname-core-sdk/interfaces/irequest.md)

### Properties

#### chainId

> **chainId**: [`ChainId`](/sdk-reference/justaname-core-sdk/type-aliases/chainid.md)

**Defined in**

[packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain-with-count.ts:24](https://github.com/JustaName-id/JustaName-sdk/blob/dc845c10af242e3ca87d95ef392516ac0bfa8b95/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain-with-count.ts#L24)

***

#### limit?

> `optional` **limit**: `number`

**Defined in**

[packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain-with-count.ts:28](https://github.com/JustaName-id/JustaName-sdk/blob/dc845c10af242e3ca87d95ef392516ac0bfa8b95/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain-with-count.ts#L28)

***

#### orderBy?

> `optional` **orderBy**: `"subnameCount"` | `"createdAt"`

**Defined in**

[packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain-with-count.ts:30](https://github.com/JustaName-id/JustaName-sdk/blob/dc845c10af242e3ca87d95ef392516ac0bfa8b95/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain-with-count.ts#L30)

***

#### orderDirection?

> `optional` **orderDirection**: `"asc"` | `"desc"`

**Defined in**

[packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain-with-count.ts:32](https://github.com/JustaName-id/JustaName-sdk/blob/dc845c10af242e3ca87d95ef392516ac0bfa8b95/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain-with-count.ts#L32)

***

#### page?

> `optional` **page**: `number`

**Defined in**

[packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain-with-count.ts:26](https://github.com/JustaName-id/JustaName-sdk/blob/dc845c10af242e3ca87d95ef392516ac0bfa8b95/packages/@justaname.id/sdk/src/lib/types/subnames/get-all-by-ens-domain-with-count.ts#L26)
