Aggregate values in objects

"Kertis, Dennis" <[email protected]> Thu, 12 Aug 2004 13:29:01 -0400
Newsgroups gmane.comp.python.modeling
Message-ID <[email protected]>
Is there a way I can get a field populated with an aggregate value.  i.e., I
want a manager to have a field which would contain how many employees work
for him by doing a select count(*).  I parsed through the fetching section
of the doc and didn't find a way to do this.