Lista o total de registros, ignorando o LIMIT.
SELECT SQL_CALC_FOUND_ROWS name, email FROM users LIMIT 10; SELECT FOUND_ROWS();