Type Alias SortByNoSort

SortByNoSort: {
    by: NoSort;
}

Does not sort the query results; the index will return result items in an essentially random order.