'datetime', 'expires_at' => 'datetime', 'priority' => 'integer', 'is_active' => 'boolean', 'force_hero' => 'boolean', ]; public function artwork(): BelongsTo { return $this->belongsTo(Artwork::class); } }