Skip to content

Add pagination metadata to API responses #306

@masahirodev

Description

@masahirodev

Description

Currently, the API returns only the items array without any pagination metadata.
Clients cannot determine if more data is available.

Expected Format

{
  "items": [
    { "id": 1, "name": "Apple" },
    { "id": 2, "name": "Banana" }
  ],
  "nextPageToken": "abc123",
  "hasNextPage": true
}

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