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

# Orm.base dto.base dto pydantic v2

## BaseDTO Objects

```python theme={"dark"}
class BaseDTO(BaseDTOInterface, BaseModel)
```

#### model\_config

type: ignore\[typeddict-unknown-key,typeddict-item]

## BaseDTOWithExtra Objects

```python theme={"dark"}
class BaseDTOWithExtra(BaseDTO)
```

#### model\_config

type: ignore\[typeddict-unknown-key,typeddict-item]

## GenericBaseDTO Objects

```python theme={"dark"}
class GenericBaseDTO(BaseDTOInterface, BaseModel)
```

#### model\_config

type: ignore\[typeddict-unknown-key,typeddict-item]
