AggregateMember: {
    _avg: MemberAvgAggregateOutputType | null;
    _count: MemberCountAggregateOutputType | null;
    _max: MemberMaxAggregateOutputType | null;
    _min: MemberMinAggregateOutputType | null;
    _sum: MemberSumAggregateOutputType | null;
}

Model Member