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