Image/jpeg response type

I’ve noticed your documentation doesn’t allow setting the response type to image/jpeg, and was wondering if this would be a possibility? In OpenAPI we can set the response type via

        "responses": {
            200: {
                "description": "Success",
                "content": {
                    "image/jpeg": {}
                },
            },
        }

Which displays it as such: https://kanin.nai.la/2024/06/23/CZXJ

When importing to Apidog, it sets the type to JSON and there’s no option for an image response: https://im.kanin.dev/2024/06/23/A9pg

Thanks for the feedback. We will optimize in the future to support custom MIME types.