These fields represent counts of items:
"table_rows": 131,
"filtered_table_rows": 8,
But the names make it sound like they might be arrays full of rows. Adding a _count suffix would make this more clear:
"table_rows_count": 131,
"filtered_table_rows_count": 8,