Return the number of params
<include/boost/url/params_base.hpp>
std::size_t size() const noexcept;
assert( url_view( "?key=value").params().size() == 1 );