pub async fn get_package(
    client: &BackendClient,
    name: String
) -> Result<Option<Package>, Error>