AggregateGuildRolePanel: {
    _avg: GuildRolePanelAvgAggregateOutputType | null;
    _count: GuildRolePanelCountAggregateOutputType | null;
    _max: GuildRolePanelMaxAggregateOutputType | null;
    _min: GuildRolePanelMinAggregateOutputType | null;
    _sum: GuildRolePanelSumAggregateOutputType | null;
}

Model GuildRolePanel