[ 'id' => $this->id, 'type' => 'settings', 'attributes' => [ 'avatar' => $this->avatar, 'name' => $this->name, 'address' => $this->address, 'state' => $this->state, 'city' => $this->city, 'postal_code' => $this->postal_code, 'country' => $this->country, 'phone_number' => $this->phone_number, 'timezone' => $this->timezone, ], ], ]; } }