Postgres/API tip: optimize the shape before the query. Return only the columns the client renders, cap nested payloads, and add indexes that match your real WHERE + ORDER BY pairs. Most slow endpoints are doing extra work the user never sees. #PostgreSQL #APIDesign