Range: {
    gt?: RangeCondition | null;
    gte?: RangeCondition | null;
    lt?: RangeCondition | null;
    lte?: RangeCondition | null;
}