public function includeRoutes(Documentation $documentation) { return $this->collection($documentation->getRoutes(), new RouteTransformer()); }