Does someone know in which file exactly can I delete the filter result label at the list view? For example, say that I have a list of teams, and in each team, I also have a list of users. I want to filter out the users that are not inside the team's menu that I'm visiting right now. So i use $this->crud->addClause() method provided by Backpack. What I don't want is that after the filter has run, it shows me the Showing 1 to 1 of 1 entry (filtered from 4 total entries). Reset label. Of course, I don't want my user to know how many users I'm having inside my DB(you can see it from the filtered from 4 total entries label), that's why I want to remove that label. Does anyone know how to do that? Thanks. By the way, here's the label located :