Add Brainstem.mysql_use_calc_found_rows boolean config option to utilize MySQL's FOUND_ROWS() functionality to avoid issuing a new query to calculate the record count, which has the potential to up to double the response time of the endpoint.
For more details, see: #102