BrowseRequest

fun BrowseRequest(    filterName: String,     filterValue: String,     filters: Map<String, List<String>>? = null,     page: Int? = null,     perPage: Int? = null,     sortBy: String? = null,     sortOrder: String? = null,     section: String? = null,     hiddenFields: List<String>? = null,     hiddenFacets: List<String>? = null,     groupsSortBy: String? = null,     groupsSortOrder: String? = null,     variationsMap: VariationsMap? = null,     preFilterExpression: String? = null,     fmtOptions: Map<String, Any>? = null)