Suggestion from @keanugrievs: ```prisma hits Int @default(1) @override("update", auth().id == user_id && future() == current() + 1) ``` Other thoughts: ```prisma hits Int @allow('update', future().hits == hits + 1) ```