Open
Description
As discovered by @noliveleger, counter['__submissions__']
contains the count of all submissions, including those where no response was provided. This leads to total_count
exceeding the total number of submissions.
formpack/src/formpack/schema/fields.py
Lines 221 to 231 in 0a11fee