# BinRange **Type:** GraphQL objects **Description:** Range of bin indices for a cluster ## Fields - start (Int): Starting bin index (0-based) - end (Int): Ending bin index (inclusive) - span (Int): Number of bins spanned (end - start + 1)