for (let tag in _tags) {
        if ({}.hasOwnProperty.call(_tags, tag)) {
            list = `${list} ${tag}, `
        }
    }