In the ClickUp API, we need to be able to pull incremental data for replication to our data warehouse. Currently for endpoints such as get task comments, it only supports date filters that work backwards (e.g. retrieve the latest 25 comments before X date), but we need the opposite functionality (retrieve the latest comments after X date). Additionally, it is preferred that we can filter these based solely on a date, and note a date + comment id combination like the get task comments requires currently. While this example is mentioned specifically for comments, I would like the same functionality for any endpoints that have timestamps for created/modified/etc.