export interface SelectOptions { filter?: ((entity: E) => boolean) | undefined; }