https://man7.org/linux/man-pages/man1/find.1.html (-mindepth -maxdepth can also be added to make it stricter)
find some/location -type d -wholename '*/January/Photos'
fd -p '*/January/Photos' some/location