Requests count should be more efficient
Right now it does a findAll and sends the list to a function to actually count the number of labs. Should be refactored to send the lab to a function that does all the counting, and only counting, instead of also fetching.