const properties1 = [
        { title: 'string property', getProperty: () => 'name' as const },
        { title: 'lambda property', getProperty: () => ((o) => o.name) as PropertyAccessor },
      ];