I would like to filter mainly columns something like this: ``` filter: { startDate: { isNull: true }, endDate: { isNotNull: true } } ``` Perhaps there is a way to add your own filters, but I haven’t figured out how