'array', 'sort_order' => 'integer', ]; public function template(): BelongsTo { return $this->belongsTo(DocumentTemplate::class, 'template_id'); } }