'date', ]; /** * Get the documents for the docket entry. */ public function documents(): HasMany { return $this->hasMany(Document::class)->orderBy('display_order'); } }