get_list_reports# ADR.get_list_reports(r_type: str | None = 'name') → ObjectSet | list# Return a list of reports or just their names. Parameters: r_type{“name”, “report”, None}, optionalIf "name", return a list of report names. If "report" or None, return an ObjectSet of templates. Returns: ObjectSet or listEither templates or report names. Raises: ADRExceptionIf r_type is not one of the supported options.