{"section":"known-issues","requestedLocale":"en","requestedSlug":"collections-page-in-organization-details-shows-only-20-collections","locale":"en","slug":"collections-page-in-organization-details-shows-only-20-collections","path":"docs/en/known-issues/B2B/collections-page-in-organization-details-shows-only-20-collections.md","branch":"main","content":"## Summary\n\n\nThe Collections page in Organization Details shows only 20 collections even after changing the row quantity in the bottom of the page.\n\n\n##\n\n## Simulation\n\n\n\n- Make sure you have more than 20 active collections;\n- In the admin, go to the B2B Organizations page, select an organization;\n- Go to the Collections tab; you will see only 20 collections available.\n\n\n##\n\n## Workaround\n\n\nIf the desired collection does not appear in the Collections tab, assign it using GraphQL IDE:\n\n- Access GraphQL IDE;\n- Select the app `vtex.b2b-organizations-graphql`;\n- Use the mutation below and add the values for `id`, `name`, `collections.id` and `collections.name`\n\n    mutation \\{ updateOrganization ( id: \"\" name: \"\" status: \"active\" collections: [\\{ id: \"\" name: \"\" \\}] )\\{ status message \\}\\}"}