···5454 indexedAt: v.indexedAt,
5555 labels: v.labels,
5656 embed: v.embeds?.[0],
5757- // TODO we can remove the `as` once we update @atproto/api
5858- likeCount: v.likeCount as number | undefined,
5959- replyCount: v.replyCount as number | undefined,
6060- repostCount: v.repostCount as number | undefined,
5757+ likeCount: v.likeCount,
5858+ replyCount: v.replyCount,
5959+ repostCount: v.repostCount,
6160 }
6261}