This is certainly something that can be done! If using the Brooklyn Theme then you can follow the following steps:
Go from your Admin to Online Store > Themes > ... > Edit Html/Css
Click on Snippets on the left hand side - then collection template.
Close to the top of that page you should find the line: {% paginate collection.products by 12 %} you can use cmd + f to search for this if it's not easily spotted.
To change the amount of products per page on your collections you can just change the number (currently 12) on that line to 25 etc.