How to Load images from folder and set them in a List?

public List<GameObject> Img_Re = new List<GameObject>();
// Start is called before the first frame update
void Start()
{
// Folder path "Assets/Images/Enemies"
}
Update 1: Here is an image from unity editor.
I tried to find a solution from using "Resources.LoadAll" but did not give me anything!!