export interface LoopTopic { identity: string; created_by_identity: string; created_by: string; created_at: number; last_modified_at: number; name: string; description: string; rebuttal_count: number; rebuttals: string[]; }