I have a collection list with pagination. I want to conditionally hide the pagination element when the list is filtered below the page item limit.
I know I can use the length of the collection list to get the full length. Is there an easy formulaic way to quantify the post-filtered length of a collection to use for conditional vidibility?