test(project): fix pagination fixtures

Summary

  • replace zero-valued project-list mock responses with realistic pagination metadata
  • update empty and single-project expectations to show coherent item and page totals
  • keep production project-list behavior unchanged

Testing

  • go test -count=1 ./internal/commands/project/list
  • make test-changed
  • make build
  • make lint (0 issues)
  • pre-commit and pre-push hooks pass lint, documentation/generated checks, build, and changed tests

AI assistance

This change was implemented and verified with Codex assistance.

Closes #7412 (closed)

Merge request reports

Loading