if (!_.isEmpty(response["exclude_tags"])) {
                        repository.commaExcludeTags = repository["exclude_tags"].join(", ");
                    } else {
                        repository.commaExcludeTags = null;
                    }