limit($offset, $limit)->order('id desc')->select(); } public function getAllCounts() { return $this->count(); } }