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