Example:
There's a page with many links that all have the same selector (ie: class="main_menu_link").
Currently, the user has to use a RepeatingArea and target a container above the link. While this makes sense for groups of data, it's too much for nav bars.
To make things easier, wrap the Field objects (Button, Input, Link, Text, Dropdown) with a plural version (ie: Buttons, Inputs, Links, Texts, Dropdowns) that will do a find_all() by default instead of a find()