For some reason, a start_date of today's date returns an empty array. For example: {{BASE_URL}}/recurring_items?start_date=2026-06-18&end_date=2026-12-31&include_suggested=false - doesn't work and returns an empty array {{BASE_URL}}/recurring_items?start_date=2026-06-01&end_date=2026-12-31&include_suggested=false - works fine {{BASE_URL}}/recurring_items?start_date=2026-07-01&end_date=2026-12-31&include_suggested=false - works fine Behavior is consistent across v1 and v2 paths.