···8484// technically have additional fields, not supported by the mock dataplane.
8585export type FeedItem = {
8686 post: ItemRef;
8787- repost?: ItemRef;
8787+ reposts?: ItemRef[];
8888+ likes?: ItemRef[];
8989+ replies?: ItemRef[];
8890 /**
8989- * If true, overrides the `reason` with `so.sprk.feed.defs#reasonPin`. Used
9191+ * If true, adds `so.sprk.feed.defs#reasonPin` to reasons. Used
9092 * only in author feeds.
9193 */
9294 authorPinned?: boolean;