Hello @ignatz,
Would it be possible to add support for requesting thumbnails of images by providing a query parameter, for example:
`${recordApiBasePath}/${apiName}/${recordId}/file/${columnName}?thumb=100x100`
The backend could check the mime type before attempting to serve a resized thumbnail.
This would make it easier to efficiently serve preview images without downloading full-resolution files.
Thank you,