$this->id, 'username' => $this->username, 'fullName' => $this->first_name . ' ' . $this->last_name, 'bio' => $this->bio, 'avatar' => $this->profile_picture_url, ]; } }