📄️ findMany()
Get multiple records with where, orderBy, take/skip, cursor pagination, and distinct
📄️ findFirst()
Get the first record matching a where filter, or null if none matches
📄️ findFirstOrThrow()
Like findFirst but throws NotFoundError when no record matches