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