'integer', 'display_order' => 'integer', ]; /** * Get the docket entry that owns the document. */ public function docketEntry(): BelongsTo { return $this->belongsTo(DocketEntry::class); } }