type DocumentCollections: Record<CollectionId, ItemPrimaryKey[]>;A mapping from collection ID to the list of item primary keys the document is tracking in that collection.
type DocumentCollections: Record<CollectionId, ItemPrimaryKey[]>;A mapping from collection ID to the list of item primary keys the document is tracking in that collection.