Hi list, how is it possible to get the total count of a filtered query which is limited by limit and offset? I need the the total count of the filtered query in order to build a pagebrowser. Using raw SQL, i can use something like "Select SQL_CALC_FOUND_ROWS " but how can it be done with Extbase?? Thanks & greetings Mark