SuggestedTerms: {
    originalTerm: string;
    terms?: SuggestedTerm[];
} & {
    [key: string]: any;
}