There are these lines in the example section in README. ```ts async function main() { const projects = await client.projects.getAllProjects(); // ... ``` Though there is no `getAllProjects()` in the `Project` interface.