However, Sequel is the only ruby ORM that supports implicit eager loading to an arbitrary depth.
All other ruby ORMs will issue a separate query for every employee in every position in order to get that employee's teams.
Sequel can issue a single query to load all teams for all employees in positions with id less than 100.