```prisma.stat.count({ where: { ...
# orm-help
h
Copy code
prisma.stat.count({
        where: {
            arbitrated: {
                where: {
                    session_id: arbitratedSessionId
                }
            }
        }