More operators for model id filter

Is your feature request related to a problem? Please describe.
Use case : link to previous & next entity in a model collections.

Describe the solution you’d like
One change that should not be too complex to implement could be to add lt and gt operators to the filter by id.

Describe alternatives you’ve considered
The current workaround is to use firstPublishedDate or another date field, but it requires to get the model published date first, so another roundtrip / api hit

Hi! Why are you not using the createdAt attribute?