Items by column values bug fixes

We recently made bug fixes that impact the items_by_column_values object:

  • The list returned using the created_at field will appear in reverse chronological order, with the most recent dates first.
  • Using pagination, you can return 1,000 items per page and 10,000 items overall. Any queries above these limits will fail. For example, a query with a limit of 1,000 that tries to return 11 pages of results will fail (1,000 * 11 = 11,000).