'date', 'views_count' => 'integer', 'likes_count' => 'integer', 'follows_count' => 'integer', 'saves_count' => 'integer', 'comments_count' => 'integer', 'shares_count' => 'integer', 'submissions_count' => 'integer', ]; public function collection(): BelongsTo { return $this->belongsTo(Collection::class); } }