(self)
| 72 | class UserResponse(ResponseBaseModel): |
| 73 | @property |
| 74 | def model_name(self) -> str: |
| 75 | return "User" |
| 76 | |
| 77 | @property |
| 78 | def relationships(self) -> dict[str, RelationshipConfig]: |
nothing calls this directly
no outgoing calls
no test coverage detected