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