Extract multiple entity in same statement

I want to Extract two entity in one statement. example: show me men’s t-shirts. In this example men’s and t-shirts this are the two entities i want to extract this but the logic is not working

I am using rasa version :- 3.1

nlu.yml :-

domain.yml :-

config.yml :-

stories.yml :-

image

Action.py and Output :-

You can see the arrow 1,2,3 and 4 and their output as well.

please help me to extract this two entity. Thank you !

Actually, you need more training examples!

Still not working. As you can see in below image it’s working only for the given example not for any value .

nlu.yml

Other file is same as previous.