Backend should provide the maximum number of requests for the MultiSearchRoute
Description
The /search/multi route accepts multiple requests at the same time. At the time 5 is the maximum number that the backend will accept. The route should provide this information so the api could discover the value with a preflight request and use this to the advantage of the user.
cc: @krlwlfrt