export type SessionDetail = { count: number; previous: string; next: string; results: Array; };