'datetime', 'views_count' => 'integer', 'downloads_count' => 'integer', 'favourites_count' => 'integer', 'comments_count' => 'integer', 'shares_count' => 'integer', ]; public function artwork(): BelongsTo { return $this->belongsTo(Artwork::class, 'artwork_id'); } }