'array', ]; protected function uuid(): Attribute { return Attribute::make( set: fn ($value) => Str::uuid(), ); } protected function alts(): Attribute { return Attribute::make( set: fn ($value) => json_encode($value), ); } }