Hello, I am using FF and Supabase.
I have a table which will be very big (possibly millions of rows).
I am using a paginated Datatable.
My question is, is there a way to get the number of rows of the table (which is used in the right bottom part of the Datatable) without having to make the Backend Query call which will take for too long? Unless if I am missing something here / don't know sth π