In https://github.com/stac-utils/pgstac/blob/6da165b7c4f6da321d0b58bbb78da2887763a0d8/src/pgstac/sql/004a_collectionsearch.sql#L106 we check if we have needs for previous/next links. I believe there is a case that is missing (ref: https://github.com/stac-utils/stac-fastapi-pgstac/pull/155/files#r1910644543) when you can have less than `limit` number of collection (e.g n_collections=4 and limit=10) but user may have provided `offset=`. Anytime there is an `offset>0` I feel we should have a `previous` link cc @bitner