export interface Trait { traitType?: string; value?: string; displayType?: string; traitCount?: string;}