pub async fn get_all_playground_examples(
    conn: &mut PgConnection
) -> ModelResult<Vec<PlaygroundExample>>