Isaiah Marc Sanchez

Results 3 issues of Isaiah Marc Sanchez

## Problem The generator does not include the count API. ![image](https://github.com/omar-dulaimi/prisma-trpc-generator/assets/2328269/c59d62cb-7704-4406-8e73-27e2a25b6d1e) Use [count](https://www.prisma.io/docs/reference/api-reference/prisma-client-reference#count) to count the number of records or non-null field values. The following example query counts all users:...

**Describe the bug** Is `.nanoid()` not yet supported (https://zod.dev/?id=strings) or am I doing something wrong? I appreciate the help! **Screenshots** **Package versions (please complete the following information):** - zod: 3.23.8...

enhancement

Hello! I just started using [trpc-openapi](https://github.com/jlalmes/trpc-openapi) which uses this package. I observed an error with array definitions: ``` backend:dev: Recursive reference detected at #/properties/description/anyOf/4/additionalProperties/anyOf/1! Defaulting to any backend:dev: Recursive reference...