> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
> Use this file to discover all available pages before exploring further.

# MobulaTokenDeployerStats

> Mobula deployer-level token and migration counts.

### TypeScript shape

```ts theme={null}
interface MobulaTokenDeployerStats {
  migrationsCount: number | null;
  tokensCount: number | null;
}
```

<ResponseField name="migrationsCount" type="Int">Number of migrations associated with the deployer.</ResponseField>
<ResponseField name="tokensCount" type="Int">Number of tokens associated with the deployer.</ResponseField>
