# Relationship page Limit

**URL:** https://discuss.jsonapi.org/t/relationship-page-limit/1547
**Category:** Meta
**Created:** [March 21, 2019, 3:46pm UTC](https://discuss.jsonapi.org/t/relationship-page-limit/1547 "2019-03-21T15:46:09Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![SydBarrett](https://avatars.discourse-cdn.com/v4/letter/s/48db29/32.png) [@SydBarrett](https://discuss.jsonapi.org/u/SydBarrett)
#### Post date: [March 21, 2019, 3:46pm UTC](https://discuss.jsonapi.org/t/relationship-page-limit/1547/1 "2019-03-21T15:46:09Z")

</div>

Hi all,

Is there a way I can limit the number of results of a specific article relationship page?

Something like: [mywebsite.com/jsonapi/articles/abc1234/relationships/images?page[limit]=1](http://mywebsite.com/jsonapi/articles/abc1234/relationships/images?page%5Blimit%5D=1)

I have tried adding page[limit]=1 with no results. I have also tried page[size]=1&page[number]=1 with no success.

Thanks in advance.

---

<div class="post-metadata">

### Author: ![panman82](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.jsonapi.org/panman82/32/789_2.png) [@panman82](https://discuss.jsonapi.org/u/panman82)
#### Post date: [March 22, 2019, 12:44pm UTC](https://discuss.jsonapi.org/t/relationship-page-limit/1547/2 "2019-03-22T12:44:05Z")

</div>

This will likely depend on the [implementation](https://jsonapi.org/implementations/) you are using. I’d suggest going to their Website / repo / whatever and ask the question.
