'boolean', ]; public function appointments(): HasMany { return $this->hasMany(Appointment::class); } }