$this->id, 'municipality_size_id' => $this->municipality_size_id, 'municipality_size' => $this->whenLoaded('municipalitySize', fn() => [ 'id' => $this->municipalitySize?->id, 'description' => $this->municipalitySize?->description, ]), 'tbr_fixed_value' => $this->tbr_fixed_value, 'tbr_fixed_value_percentage' => $this->tbr_fixed_value_percentage, 'marketing_fund_percentage' => $this->marketing_fund_percentage, 'maintance_tax_percentage' => $this->maintance_tax_percentage, 'created_at' => $this->created_at?->format('Y-m-d H:i:s'), ]; } }