'boolean']; } public function consultation(): BelongsTo { return $this->belongsTo(Consultation::class, 'consultation_id'); } }