# ViewGroup

Object

A user-created group of saved views (Content Views, Social Profile Views, Creator Views, Collections) for the current workspace.

## Fields

| Name | Type | Description |
| --- | --- | --- |
| `collections` | [`[Collection!]!`](/api/v2/docs/types/collection) | Collections that belong to this group, ordered by their position within the group. |
| `contentViews` | [`[ContentView!]!`](/api/v2/docs/types/content-view) | Content Views that belong to this group, ordered by their position within the group. |
| `createdAt` | [`DateTimeWithZone!`](/api/v2/docs/types/date-time-with-zone) | When the group was created. |
| `creatorViews` | [`[CreatorView!]!`](/api/v2/docs/types/creator-view) | Creator Views that belong to this group, ordered by their position within the group. |
| `id` | `ID!` | Unique identifier. |
| `name` | `String!` | Display name of the group. |
| `socialProfileViews` | [`[SocialProfileView!]!`](/api/v2/docs/types/social-profile-view) | Social Profile Views that belong to this group, ordered by their position within the group. |
| `updatedAt` | [`DateTimeWithZone!`](/api/v2/docs/types/date-time-with-zone) | When the group was last updated. |
