Skip to content

Pagination maybe can be none, but it does not make sense for fields of pagination to all be none #22

@co-odw

Description

@co-odw

class CollectionItemListPagination(pydantic_v1.BaseModel):
limit: typing.Optional[float] = pydantic_v1.Field(default=None)
"""
The limit specified in the request
"""
offset: typing.Optional[float] = pydantic_v1.Field(default=None)
"""
The offset specified for pagination
"""
total: typing.Optional[float] = pydantic_v1.Field(default=None)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions