pub async fn get_organization(
    conn: &mut PgConnection,
    organization_id: Uuid
) -> ModelResult<DatabaseOrganization>