When I call /v1beta1/users/self/projects as a newly created user, I get: ```json {"code":5,"message":"project or its relations doesn't exist","details":[]} ``` This is not an error. I expect an empty list- telling me that I have no projects- not an error.