async fn create_post() {}
async fn read_post() {}
async fn update_post() {}
async fn delete_post() {}
async fn count_posts_of_a_user() {}