Query.filters

The filters that should be applied to each record, similar to a WHERE clause in SQL.

struct Query
QueryFilter[] filters;

Meta