**Bugs**
- 725 - Fix bug in paginator where large cardinality lists of values triggered events on each model causing the UI to freeze. Now, individual model events are silenced and collection events are triggered after model operations are complete.
**Enhancements**
- 726 - Allow negation/exclusion of values in the search control. Previously, if one wanted to exclude a set of values, they would need to add all values then manually remove the ones they wished to ignore. This was tedious for large value collections. Now, the checkbox can be used to toggle the operator used by the search control to search for values in the list or not in the list of selected values. Additionally, the UI of the search control was cleaned up a bit as part of this work.
- 727 - The Workspace page now contains a table showing the models and their counts which leverages the new stats endpoint recently added in Serrano. As part of this, all the queries are now shown on the right and the counts are in the new table on the left.