'datetime', ]; public function artwork(): BelongsTo { return $this->belongsTo(Artwork::class); } }