Not adding 'All' to the autocomplete select boxes (i.e. review fields)
I don't love this solution, but it'll work until we use mat-options in a non autocomplete select box.
I attempted to add a custom class to the paginator component but it basically did the same thing with a lot of extra code.
The best solution to this would be to create our own custom paginator component that overrode the mat-paginator and add custom classes to it but that seemed like a lot at this time.