Describes value of a info text configuration in SearchTextViewConfig. A string or a function that returns a string with the information about the search results.
SearchTextViewConfig
string | ( query: string, resultsCount: number, totalItemsCount: number ) => string