'datetime', 'summary_generated_at' => 'datetime', ]; } public function ticket(): BelongsTo { return $this->belongsTo(Ticket::class); } }