In DatoCMS you can create filters to help you (and other editors) quickly search for records
"item_type_filter"
The name of the filter
The actual filter. It follows the form of the filter
query parameter of the List all records endpoint.
The columns to show with this filter
The ordering to apply with this filter, or null
for the default model ordering. It follows the form of the order_by
query parameter of the List all records endpoint.
Whether it's a shared filter or not
Model associated with the filter