When you write an API you'll soon reach a decision point around how to format your read endpoints. Singleton read endpoints are easy because they return... well, a single record. Non-singleton read endpoints become a bit more challenging because at…