Review suggestions

This commit is contained in:
Matt 2020-09-09 18:33:47 -04:00
parent c44a079572
commit 813ec68e38
2 changed files with 1 additions and 7 deletions

View file

@ -181,9 +181,7 @@ def get_item_count(parent_id, item_type=None, params=None):
result = _get(url, query_params)
total = result.get('TotalRecordCount')
return total
return result.get('TotalRecordCount', 1)
def get_items(parent_id, item_type=None, basic=False, params=None):