AggregateUserBirthday: {
    _avg: UserBirthdayAvgAggregateOutputType | null;
    _count: UserBirthdayCountAggregateOutputType | null;
    _max: UserBirthdayMaxAggregateOutputType | null;
    _min: UserBirthdayMinAggregateOutputType | null;
    _sum: UserBirthdaySumAggregateOutputType | null;
}

Model UserBirthday