codeintel: Add PagedReferences to lsifstore
Created by: efritz
Helps https://github.com/sourcegraph/sourcegraph/pull/17964.
This adds PagedReferences
, which is a version of References
that supports limit/offset pagination (admittedly a very gross version). We'll be putting effort into paginating efficiently here without fully decoding an unbounded set of LSIF payloads.