if (count($Feed->filter_words) || count($Feed->filter_topics)) {
                $latest = $Feed->findArticles(0, 20);
                
                foreach ($latest as $id => $article) {
                    $article['sid'] = $article['story_id'];