📄️ findMany()
Used to retrieve all rows matching specific conditions.
📄️ findFirst()
Used to retrieve the first row matching specific conditions.
📄️ findFirstOrThrow()
Used to retrieve the first row matching specific conditions. Works the same as findFirst, but throws an error instead of returning null when no record is found.