pub async fn get_organization_by_slug(
    conn: &mut PgConnection,
    organization_slug: &str
) -> ModelResult<DatabaseOrganization>