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