hasMany(HarimHistory::class); } protected function polygon(): Attribute { return Attribute::make( get: fn($value) => json_decode($value) ); } }