{"title":"depaginate - Liquid Filter Reference","slug":"depaginate-filter-reference","url":"https://support.storeconnect.com/articles/depaginate-filter-reference","url_markdown":"https://support.storeconnect.com/articles/depaginate-filter-reference.md","subtitle":null,"summary":"Disables automatic pagination on large collections, fetching all items at once. Use carefully as large data sets may cause performance issues.","type":"Developer_Documentation","video_url":"","keywords":"liquid, filters, depaginate, collections, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nTurns off the protective enforced pagination for large collections. Useful when needing to apply other filters to the paginated collection, eg `where`. Will trigger a full fetch of the entire collection when used, and could cause performance issues if the data set is large. Use carefully.\n\n| Property | Value |\n|----------|-------|\n| **Return Type** | list |\n| **Category** | collections |\n\n## Examples\n\n\n```liquid\n\n{{ collection | depaginate | join: \",\" }}\n```\n\n\n**Output:** `a,b,c,d,e,f,g`"}