if I have likes on a post that is just a relation to users, is there a simple way to query if the current user has liked that post? I could query for the combination of user and update ofcourse, but maybe there is a way with permission queries? Or making use of the context? Not sure