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