Summary
Creator list responses with page size of one, ten, and the maximum should all return the same top-level response shape. An integration test across multiple page sizes confirms the envelope structure is consistent regardless of result count.
Scope
- add an integration test that requests the creator list at three different page sizes
- assert the top-level response shape is identical across all three responses
- assert only the items array length and pagination metadata differ between responses
Acceptance Criteria
- the response envelope shape is identical for all tested page sizes
- the items array length matches the requested page size or the total available
- the test uses a fixture with enough creators to produce varied result counts
Contributor coordination: if you pick this up, reach out in Telegram for updates or clarification: https://t.me/accesslayerorg
Summary
Creator list responses with page size of one, ten, and the maximum should all return the same top-level response shape. An integration test across multiple page sizes confirms the envelope structure is consistent regardless of result count.
Scope
Acceptance Criteria
Contributor coordination: if you pick this up, reach out in Telegram for updates or clarification: https://t.me/accesslayerorg