Colon in NSFileProviderItem filename

I have an ios files extension for some cloud that allows colons in its files and folders names. However NSFileProviderItem.filename replaces colons with a slash (/) and they displays incorrectly in Files.app

For example, item with name Photos: 2018 displays as Photos/ 2018

How can I insert colon symbol in filename?