Closed Ayiga closed 1 month ago
Closes #703
Updates the ExplorerHistogram fields for both time and size to have Option values, which can result in a null value coming down to the client.
ExplorerHistogram
time
size
Option
null
Closes #703
This PR:
Updates the
ExplorerHistogram
fields for bothtime
andsize
to haveOption
values, which can result in anull
value coming down to the client.