# Functions
NewClient -.
NewOrgReport -.
NewSpaceReport -.
NewSummaryReport -.
# Structs
Client orchestrates generation and aggregation of report data.
OrgReport -.
Report should be present in all reports at all levels, e.g.
SpaceReport -.
SummaryReport holds an aggregated view of multiple OrgReports It effectively serves as the entrypoint into aggregating the data in preparation for it being presented.