Method ToListWithProjectionAsync(HashSet<long>?, bool)

Assembly: redb.Core.dll

Override ToListWithProjectionAsync for correct type conversion
Tree provider returns List<TreeRedbObject>, need Cast to List<RedbObject>

protected override Task<List<RedbObject<TProps>>> ToListWithProjectionAsync(HashSet<long>? projectedStructureIds, bool skipPropsLoading = false)