- Add New account filter to PostRenderOptions default to hide
- Check we have good logic to update accounts from New to normal
- Easiest option make it based on posts count, probably good to check how reddit does it and use that
- In schema.prisma or somewhere convenient add the rules we use to label accounts and where the code runs so we are consistent
- Add tests for these as well