export interface Library { libraryId: number; totalGamesCount: number; totalPlaytimeSum: number; avgLibraryRating: number; }