# queryset.offset\_query
## OffsetQuery Objects
```python
class OffsetQuery()
```
Modifies the select query with offset if set
#### \_\_init\_\_
```python
| __init__(query_offset: Optional[int]) -> None
```
#### apply
```python
| apply(expr: sqlalchemy.sql.select) -> sqlalchemy.sql.select
```
Applies the offset clause.
**Arguments**:
- `expr (sqlalchemy.sql.selectable.Select)`: query to modify
**Returns**:
`(sqlalchemy.sql.selectable.Select)`: modified query