$this->id, 'name' => $this->name, 'village' => $this->village, /** @var string */ 'created_at' => $this->created_at, /** @var string */ 'updated_at' => $this->updated_at, /** @var MunicipalityResource|null */ 'municipality' => $this->municipality, ]; } }