# ContentItemsFilter

ContentItemsFilter

Filters for listing content items. Omitted fields do not filter.

**Fields:**
- `contentStatus`: `ContentItemStatus` - Only return content items with this content status. When omitted, content
items in every status are returned.
- `tags`: `TagComparator` - Only return content items carrying one of these tags, or, with `isEmpty`,
content items with no tags at all. Matches the tags applied to the content
item itself, not tags applied later to an individual post.
- `targetDate`: `ContentItemsTargetDateFilter` - Only return content items matching this target date filter.