In the UI, lists of tasks can be grouped together
However, the current API does not expose any information about what group a list belongs to.
It would be massively helpful to have:
- a GET for all groups .../me/todo/groups
- a GET for all lists within a group .../me/todo/groups/{groupId}/lists
- the id of the containing group (if any) to be exposed on the todoTaskList object