eg, business intelligence endpoint that brings up the top 5 somethings, but there are only 3 ==> does it throw an error or just return those 3?
[ ] if user uses a find_all endpoint to search by id, decide whether to render just the one item w the matching id or to return an error about that attribute not being available via that endpoint
eg, business intelligence endpoint that brings up the top 5 somethings, but there are only 3 ==> does it throw an error or just return those 3?
find_all
endpoint to search byid
, decide whether to render just the one item w the matching id or to return an error about that attribute not being available via that endpoint