All vids in one bibid - even if 10,000++
I.e., not a 'search' problem, but a 'SELECT' problem.

Instead of re-configuring all of search to work for
one or two large bibids ,
we'll just perform a SELECT and add pagination.

GET /all_vids_in_bibid?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "error": "parameters not understood."
}