Spatio.Model.BlockListResponse (spatio_sdk v0.0.2)
Single-account list response for GET /v1/notes/{id}/blocks. Unlike GET /v1/notes, block listing always targets one account so it does not fan out — total is the count for the current page slice.
Summary
Types
@type t() :: %Spatio.Model.BlockListResponse{ blocks: [Spatio.Model.Block.t()], total: integer() }