'boolean', ]; /** * Get the products for the category. */ public function products(): HasMany { return $this->hasMany(Product::class); } }