Hey ๐๐ป
I'd like to know if it is possible in any way to tell fabrikt to combine generated controllers, so that endpoints that belong somewhat together (e.g. by their openAPI tags) are in the same controller interface.
For example /something and /something/{someId} are combined into the same controller while /something/{someId}/else is a totally new controller.
I think this could be related to #366