+
{f.fileName}
+
+ {f.uploadedBy.name ?? f.uploadedBy.email} · {formatSize(f.size)} ·{' '}
+ {formatDistanceToNow(new Date(f.createdAt), { addSuffix: true })}
+ {f._count.comments > 0 && (
+
+
+ {f._count.comments}
+
+ )}
+
+ {f.description && (
+
{f.description}
+ )}
+
+