How to change the initial pageSize? We used to do this in `mbrn/material-table` ```jsx <MaterialTable // ... options={{ pageSize: 10, pageSizeOptions: [10, 50, 100, 200] }} /> ``` But it doesn't work now