filter

fun filter(field: String, value: Any, operator: FilterOperator = FilterOperator.EQUALS)

Add a filter, for now all filters are chained with the "and" condition.