*/ #[\Override] public function toArray($request): array { return [ 'data' => $this->resource ?: 'No user found', ]; } }