'boolean', 'sort_order' => 'integer', ]; } public function pathway(): BelongsTo { return $this->belongsTo(ClinicalPathway::class, 'pathway_id'); } }