I want to increase the post_views property of a node after one hour of its creation automatically.
Example-
Create post
Create (p:Post{uuid:"123",post_title:"test",post_views:0,created_at:timestamp()})Update the post_views to 50 after one hour.
match...