export function getFilterExpression(params: IFilterInput = {}) {
    if (!params.Filter) {
        return params;
    }