category = $category; } public function es(): array { return [ 'category_id' => $this->category, ]; } }