How to display only some of the values of Enums?

How to display only some of the values of Enums?

Currently, when I map an enum to a component on the UI Page that displays the values of such enum, the component shows all values defined for the enum but, what if I need only to display some of the values of the enum?