Since completions are fetched separately via GetCompletionsByTask, there's no need to embed them in the task JSON response. - Remove Completions field from TaskResponse (keep CompletionCount) - Remove Completions.CompletedBy preloads from task queries This reduces response payload size and improves query performance. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>