VectorCast::class, 'embedded_at' => 'datetime', ]; public function article(): BelongsTo { return $this->belongsTo(Article::class); } }