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