Is there a way to query the database and return the total number of items matched to the query then display that number as a label probably by saving it to a local storage variable and then setting that label to the variable. For example I search bikes and there are a total of 101 bikes I want to display 101 to the user. I just need to know how to return the total number of matches and then save that to a local variable. Thanks in advance.