getOffsetAndLimit(); return $this->getPaginatedContentResponse( Fach::findBySQL("1 ORDER BY name LIMIT {$offset}, {$limit}"), Fach::countBySql('1') ); } }