'boolean', ]; public $timestamps = false; public function country(): BelongsTo { return $this->belongsTo(Country::class); } }