public function getStories($page = 0, $limit = 25, $total = true) {
            return $this->stories($page, $limit, $total);
        }