@@ -, +, @@ --- api/v1/swagger/paths/patrons.yaml | 3 +++ 1 file changed, 3 insertions(+) --- a/api/v1/swagger/paths/patrons.yaml +++ a/api/v1/swagger/paths/patrons.yaml @@ -361,6 +361,9 @@ type: string enum: - extended_attributes + - checkouts+count + - overdues+count + - account_balance collectionFormat: csv responses: "200": --