all the endpoints which have limit/offset must have default and required order by - otherwise pagination won't work as the order of results will be different every time
the order by should be definitive so it will produce exactly the same results each page - so it should usually be based on id desc
all the endpoints which have limit/offset must have default and required order by - otherwise pagination won't work as the order of results will be different every time
the order by should be definitive so it will produce exactly the same results each page - so it should usually be based on
id desc