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

# Folder

> Folder utilities for data models and type definitions used throughout the maxim sdk.

[View module source on GitHub](https://github.com/maximhq/maxim-py/blob/main/maxim/models/folder.py)

## [Folder](/sdk/python/references/models/folder)

```python theme={null}
@dataclass
class Folder()
```

This class represents a folder.

**Attributes**:

| Name               | Description                  |
| ------------------ | ---------------------------- |
| `id`               | The id of the folder.        |
| `name`             | The name of the folder.      |
| `parent_folder_id` | The id of the parent folder. |
| `tags`             | The tags of the folder.      |

## [FolderEncoder](/sdk/python/references/models/folder)

```python theme={null}
class FolderEncoder(json.JSONEncoder)
```

This class represents a JSON encoder for [Folder](/sdk/python/references/models/folder).
