package Interfaces type AttributesInterface interface { Create(attributes any, included any, excluded any) string }