Skip to content

Commit

Permalink
Update content/200-orm/500-reference/050-prisma-client-reference.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Piotrowski <[email protected]>
  • Loading branch information
grpatel and janpio authored Apr 23, 2024
1 parent 486e3de commit 6b23f4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@ const usersWithCount = await prisma.user.findMany({

#### Examples

##### Omit the `password` field from all User records
##### Omit the `password` field from all `User` records

<CodeWithResult>
<cmd>
Expand Down

0 comments on commit 6b23f4c

Please sign in to comment.