validated()); $resource = new WikiResource($query); return $resource->toResponse($request); } /** * Get the underlying schema. * * @return Schema */ public function schema(): Schema { return new WikiSchema(); } }