How can I set max limit for API for specific content-type

I should use middleware for specific content-type and change just limit value from query?
Is is possible to set limit as 150, you in config you have max limit 100?
Could you provide an example?