feat: show shared link view count
This commit is contained in:
@@ -62,4 +62,7 @@ export class SharedLinkEntity {
|
||||
|
||||
@Column({ type: 'varchar', nullable: true })
|
||||
albumId!: string | null;
|
||||
|
||||
@Column({ default: 0 })
|
||||
viewCount!: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user