Found 3 missing 'await' keywords causing 'coroutine object is not iterable': - get_dashboards_summary() (line 57) - get_dashboards_summary_page() (line 114) - get_datasets_summary() (line 306) All three were calling async methods in sync context — returned coroutine objects instead of lists/dicts, causing iteration failures.