Expand description
Test pagination on composite-key models.
These tests exercise paginate(), limit(), and order_by() on models
with a partition + local key, which is the pattern DynamoDB uses for
QueryPk. They intentionally have no requires(sql) gate so they run
on every driver, including DynamoDB.