(int) $this->id, 'name' => $this->name, 'display_name' => $this->display_name, 'description' => $this->description, 'removable' => (bool) $this->removable, 'updated_at' => (string) $this->updated_at, 'created_at' => (string) $this->created_at, ]; } }