export type Closet = { id: string; createdDate: string; totalItems: number; };