export interface Shelf { title: string; items: T; }