hi all, question about prisma client. I have a type Activity that has a datetime field. Is there a way to get the latest result, or null if there aren't any Activity stored at all? I can obviously filter on activities by ordering it by date, but I only want one result, and I'd prefer it not to be in an array.