Type Alias UserNotificationsCountAggregateInputType

UserNotificationsCountAggregateInputType: {
    _all?: true;
    dbId?: true;
    isRead?: true;
    userId?: true;
}