Spatio.Model.SearchFilesResponse (spatio_sdk v0.0.2)
In-memory substring search across the caller's files. Provider filtering isn't standardized across providers, so the platform lists up to ~500 files and filters locally — total is the pre-truncation count, not the global count.
Summary
Types
@type t() :: %Spatio.Model.SearchFilesResponse{ files: [Spatio.Model.SpatioFile.t()] | nil, hasMore: boolean(), query: String.t(), total: integer() }