I am looking at Azure API guidelines - Collections section. https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#collections
YOU SHOULD use value as the name of the top-level array field unless a more appropriate name is available.
I am curious to know why a property is using singular word when it represents a collection of entities.