UserSessionGroupByOutputType: {
    _count: UserSessionCountAggregateOutputType | null;
    _max: UserSessionMaxAggregateOutputType | null;
    _min: UserSessionMinAggregateOutputType | null;
    dbId: string;
    expiresAt: Date;
    key: string;
    userId: string;
}