Fetch ids of announcements.
array An array with ids of all announcements in the feed.
public function fetchIds() : array { return array_column($this->fetch(), 'id'); }