pub async fn get_count<'a>(
    conn: Data<PgPool>,
    table_name: &'a str,
    description: &'a str
) -> Result<HttpResponse, HttpResponse>