SearchOptionsCopyimport type { SearchOptions } from "https://esm.sh/@supabase/storage-js@2.89.0/dist/index.d.mts";interface SearchOptions {limit?: number;offset?: number;search?: string;sortBy?: SortBy;}§Properties§limit?: number[src]The number of files you want to be returned. §offset?: number[src]The starting position. §search?: string[src]The search string to filter files by. §sortBy?: SortBy[src]The column to sort by. Can be any column inside a FileObject.