Add Index on photos.team to Accelerate Query
Created by: wtune
Problem
Missing index on table photos column team might make the underlying query issued via PhotoServiceImpl#listByTeam slow. Since we always read table photos by column team, it's worth adding index on photos.team.
Possible Solution
Add Index on photos.team