Linear Pagination + Filtering References: - Pagination: https://linear.app/developers/pagination - Filtering: https://linear.app/developers/filtering Cursor pagination Linear uses opaque forward cursors. Pattern: ranges 1-250. No / — Linear is forward-only. To paginate descending, use with the appropriate direction (e.g. ). Helper in : Filter DSL Filters are nested JSON trees: Comparison operators | Op | Strings | Numbers | Booleans | Dates | |----|---------|---------|----------|-------| | | ✓ | ✓ | ✓ | ✓ | | | ✓ | ✓ | ✓ | ✓ | | / | ✓ | ✓ | — | — | | / | ✓ | — | — | — | | / / / | — | ✓ | — |…