export interface PropertyMetadata { name: string; type: string; searchable: boolean; indexed: boolean; defaultValue: any; }