- protected $fillable = ['name', 'description'];
- protected $hidden = ['restricted', 'pivot', 'image_id', 'deleted_at'];
+ public float $searchFactor = 1.2;
+
+ protected $fillable = ['name'];
+ protected $hidden = ['pivot', 'image_id', 'deleted_at', 'description_html'];