export type Property_V2 = { index?: boolean; searchable?: boolean; type: string; name: string; };