Is your feature request related to a problem? Please describe.
When using broader search I am always getting 10 search results from the first page.
Describe the solution you'd like
I would be able to change the user settings that set the page size.
This is the place where the default settings are used: https://github.com/WeDontPanic/Jotoba/blob/dev/lib/api/src/search/mod.rs
Describe alternatives you've considered
I have tried looking for pagination but the code in https://github.com/WeDontPanic/Jotoba/blob/dev/lib/api/src/search/mod.rs does not use with_page method.
Additional context
