Some cool libs like https://github.com/bazzalabs/ui provide a filtering component for tables, it would be nice to have an easy way to get a list of filters that they generate, eg [{field:"status", operator: "is", values: ["active"]}, {field:"created_at", operator:"is-between", values=[new Date(...), new Date(...)]}] and {sortField: created_at, direction: "asc"} and convert that automatically to a Drizzle query on a table