Coalesce
Coalesce copied to clipboard
Better support on admin pages when a row has many child rows
The admin pages by default show the number of related child rows. Currently, there isn't a good way to do this aside from getting all the rows. If the number of rows is large, this causes problems. It would good to handle this more graciously. Some options.
- Allow for not showing this information via a flag.
- Allow for just querying the count rather than all the rows. Not sure that EF Core supports yet.
- Allow for automatically managing a row count field that stays updated automatically.