Hi,
is there any function or trick in Monet equivalent to mysql "SELECT SQL_CALC_FOUND_ROWS  ..." to get de total rows when limit is present ? ((pagination)

So I could get de TOTAL rows/pages number without exec another query everytime I need paginate results.

Thanks!