export interface RemoteDataPage { totalElements?: number; nextPageToken?: string; fresh: boolean; error?: Error; data?: T[]; }