export interface Sample { id?: number; text: string; sampleRelationships?: Sample[]; }