{"title":"paginate - Liquid Filter Reference","slug":"paginate-filter-reference","url":"https://support.storeconnect.com/articles/paginate-filter-reference","url_markdown":"https://support.storeconnect.com/articles/paginate-filter-reference.md","subtitle":null,"summary":"Retrieves the first page of a collection with a specified page size. Use `paginate` to control how many items are returned from large data sets.","type":"Developer_Documentation","video_url":"","keywords":"liquid, filters, paginate, collections, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nGets the first page of a Paginated collection with the supplied size\n\n| Property | Value |\n|----------|-------|\n| **Return Type** | list |\n| **Category** | collections |\n\n## Examples\n\n\n```liquid\n\n{{ collection | paginate: 5 | join: \",\" }}\n```\n\n\n**Output:** `a,b,c,d,e`"}