Hi all, I built a secondary index with a custom sort function. It works well (I can traverse the index by the sort order). However, I wonder how to traverse the index by a reverse order. Is it possible? Thanks.