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

# Metadata Count • Rust AI Agent SDK

> metadata_count: Get metadata count.

# metadata\_count

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**SkillLoader**](../classes/SkillLoader) class in the [**skills**](../modules/skills) module.

Get metadata count.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def metadata_count(&self) -> usize
```

### Returns

<ResponseField name="Returns" type="usize">
  The result of the operation.
</ResponseField>
