Current connection implementation does not allow to create Connection which uses mongoose text search or geo search. So connections should support fallback traversing with limit and skip for such queries.
Current implementation pollutes resolveParams.sort and it brings problems when setup a custom sorting. So connections should work with any type of sorting, even return the same record twice.
NB: Connections guarantee that does not return records twice only if used sorting on unique indexed fields.