#include "tensorstore/array.h"
Index tensorstore::ArrayFormatOptions::summary_edge_items = 3;

Number of items at the beginning and end of each dimension to include in the summary representation. If the number of elements in a given dimension is <= 2 * summary_edge_items, the full representation of that dimension will be shown.