Mirrors the customer/bycompany drift fixed in #340. The timeentry paginated list endpoint declares only description: 'OK' — SDK code-gen can't model the Link-header-paired envelope.
Controller emits:
```json
{ "message": "...", "count": N, "limit": L, "offset": O, "timeEntries": [...] }
```
Fix: declare envelope shape, pin with a test.
Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/
Mirrors the customer/bycompany drift fixed in #340. The timeentry paginated list endpoint declares only
description: 'OK'— SDK code-gen can't model the Link-header-paired envelope.Controller emits:
```json
{ "message": "...", "count": N, "limit": L, "offset": O, "timeEntries": [...] }
```
Fix: declare envelope shape, pin with a test.
Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/