Response from listing chunks with pagination support.
@type t() :: %ExLLM.Gemini.Chunk.ListResult{ chunks: [t()], next_page_token: String.t() | nil }