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