import { Collection } from "./Collection"; export type CollectionWithOwnedItems = { collection: Collection; ownedItems: number; };