-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add fileSize to asset downloads #1570
Conversation
115b311
to
93a46d8
Compare
847f15e
to
661a1f7
Compare
661a1f7
to
e651023
Compare
aggregate: [ | ||
{ | ||
sum: { | ||
fileSize: v1.annotation_files_aggregate_for_total.aggregate?.count, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is here to satiate type-check
, but doesn't really exist in V1 - let me know if there's a better way of doing it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could also just delete the field, like above where I delete a bunch of fields that aren't in V1!
Relates to: #1555
Added
fileSize
to:zarr
,mrc
and All AnnotationsCleanup from previous file size function