patchWithToken(filters: any, attributes: any, options: any, headers?: {}) {
                    return postgrest.requestWithToken(patchOptions(filters, attributes, options, headers))
                },