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