Find All FindObjectOfType()

how to find all GameObject (same).

FindObjectOfType() - its good work if u need only one GameObject with this Script. But how its work if on the scene u have a lot of (from prefab)?
It is possible to create an array or list like a var = FindObjectOfType() ?

Just use the plural: FindObjectsOfType