*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'nombre_apellido' => $this->nombre_apellido, 'email' => $this->email, 'dni' => $this->dni, 'telefono' => $this->telefono, ]; } }