buildSrc/src/main/java/org/grails/airtable/AirtableBaseApi.java [54:61]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                   @Nullable @QueryValue("fields[]") List<String> fields,
                                   @Nullable @QueryValue String filterByFormula,
                                   @Nullable @QueryValue Integer maxRecords,
                                   @Nullable @QueryValue Integer pageSize,
                                   @Nullable @QueryValue List<Sort> sort,
                                   @Nullable @QueryValue String view,
                                   @Nullable @QueryValue CellFormat cellFormat,
                                   @Nullable @QueryValue TimeZone timeZone,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



buildSrc/src/main/java/org/grails/airtable/AirtableClient.java [44:51]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            @Nullable @QueryValue("fields[]") List<String> fields,
                            @Nullable @QueryValue String filterByFormula,
                            @Nullable @QueryValue Integer maxRecords,
                            @Nullable @QueryValue Integer pageSize,
                            @Nullable @QueryValue List<Sort> sort,
                            @Nullable @QueryValue String view,
                            @Nullable @QueryValue CellFormat cellFormat,
                            @Nullable @QueryValue TimeZone timeZone,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



