How to force list page to show first 10 and not 20

is there a way how to force list page to always show first 10 rows and not 20?

If you can specify global and/or table level page size. If you meant always the top first 10 rows, you better create a database view.

working well Thank you