getOffsetAndLimit(); $statusGroups = $institute->status_groups; $total = count($statusGroups); return $this->getPaginatedContentResponse( $statusGroups->limit($offset, $limit), $total ); } }