fix: cast aggregate query results to bigint for pg.zig compatibility
SUM() and COUNT() return numeric in postgres, which pg.zig's strict
type checking can't read into i64. explicit ::bigint casts fix the
panic in getStatus.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>