# OrganizationLimits

OrganizationLimits

Resource limits for an organization including channels, members, and content limits

**Fields:**
- `channels`: `Int!` - The maximum number of channels allowed for the organization.
- `generateContent`: `Int!` - The maximum number of content generations allowed for the organization.
- `ideaGroups`: `Int!` - The maximum number of idea groups allowed for the organization.
- `ideas`: `Int!` - The maximum number of ideas allowed for the organization.
- `members`: `Int!` - The maximum number of members allowed for the organization.
- `postTemplates`: `Int!` - The maximum number of post templates allowed for the organization.
- `savedReplies`: `Int!` - The maximum number of saved replies allowed for the organization.
- `scheduledPosts`: `Int!` - The maximum number of scheduled posts allowed for the organization.
- `scheduledStoriesPerChannel`: `Int!` - The maximum number of scheduled stories allowed per channel.
- `scheduledThreadsPerChannel`: `Int!` - The maximum number of scheduled threads allowed per channel.
- `tags`: `Int!` - The maximum number of tags allowed for the organization.