DataSelectionOptions: {
    count?: number;
    from?: Date;
    id?: string;
    ids?: string[];
    omitData?: boolean;
    omitSharedWith?: boolean;
    orderBy?: Order;
    to?: Date;
    type?: OneObjectTypeNames;
    types?: OneObjectTypeNames[];
}

Options used for selecting specific data from channels.

All elements are ANDed together.