getUser($request), $wikiPage)) { throw new AuthorizationFailedException(); } $descendants = $wikiPage->getDescendants(); $total = count($descendants); list($offset, $limit) = $this->getOffsetAndLimit(); return $this->getPaginatedContentResponse( array_slice($descendants, $offset, $limit), $total ); } }