export interface Paginated { data: T; path: string; perPage: number; nextPageUrl: string; prevPageUrl: string; }