refactor!: renames count and streamCount to countAll and streamCountAll
Be more explicit, aligns with other methods such as readAll and streamAll, and leads us to look for other options like countWhere and streamCountWhere when using it in our apps.
Proposed Changes
Rename count and streamCount to countAll and streamCountAll
Type of Change
[ ] โจ New feature (non-breaking change which adds functionality)
[ ] ๐ ๏ธ Bug fix (non-breaking change which fixes an issue)
[x] โ Breaking change (fix or feature that would cause existing functionality to change)
Reason for Change
refactor!: renames
count
andstreamCount
tocountAll
andstreamCountAll
Be more explicit, aligns with other methods such as
readAll
andstreamAll
, and leads us to look for other options likecountWhere
andstreamCountWhere
when using it in our apps.Proposed Changes
Rename
count
andstreamCount
tocountAll
andstreamCountAll
Type of Change
Checklist