# PostingGoal

PostingGoal

Represents a posting goal for a channel, including target, progress, and status information.

**Fields:**
- `goal`: `Int!` - The target number of posts for this goal.
- `periodEnd`: `DateTime!` - The end date of the period for this posting goal.
- `periodStart`: `DateTime!` - The start date of the period for this posting goal.
- `scheduledCount`: `Int!` - The number of posts that are scheduled to be sent for this goal.
- `sentCount`: `Int!` - The number of posts that have been sent (published or ingested) for this goal.
- `status`: `PostingGoalStatus!` - The current status of the posting goal.