You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When calling summarize on a given table (e.g. table) and there is a nested (linked) record (e.g. nested) containing XataFile column type (e.g. image), only basic metadata of it are returned.
Is your feature request related to a problem? Please describe.
When calling
summarize
on a given table (e.g.table
) and there is a nested (linked) record (e.g.nested
) containing XataFile column type (e.g.image
), only basic metadata of it are returned.Describe the solution you'd like
I'd like to see the rest of fields from XataFile column type, like:
url
,base64Content
etc.Describe alternatives you've considered
The only alternative I can think of is to add another call like
and then map the response result with the summarize response.
Additional context
The text was updated successfully, but these errors were encountered: