UserMediaShareGroupByOutputType: {
    _count: UserMediaShareCountAggregateOutputType | null;
    _max: UserMediaShareMaxAggregateOutputType | null;
    _min: UserMediaShareMinAggregateOutputType | null;
    banList: string[];
    dbId: string;
    enabled: boolean | null;
    modList: string[];
    password: string | null;
    userId: string;
}