'integer', ]; public function section(): BelongsTo { return $this->belongsTo(DocumentTemplateSection::class, 'section_id'); } }