Counting Objects
Count helpers report the current in-memory model, including unsaved add/remove edits. They do not accept ids or format arguments.
m.count.conduit()
m.count.node()
m.count.subcatchment()
total = m.count.model()
by_type = m.count.model_dict()
summary = m.count.model_df()
m.count.model() totals detailed element types without double-counting composite rollups such as node and link.