I noticed patent associations, cited_patents for example, have "empty" array entries in the middle of the array.
Here'e what I'm seeing with this specific patent for citations
http://www.patentsview.org/api/patents/query?q={"patent_number":"4893934"}&f=["patent_number","cited_patent_category","cited_patent_date","cited_patent_kind","cited_patent_number","cited_patent_sequence","cited_patent_title"]
This returns 15 citations with indexes 3,4,5,6,7 having null values, except for sequence
Why are there entries with all null values except for sequence?
Also, when i leave out "cited_patent_sequence" (http://www.patentsview.org/api/patents/query?q={%22patent_number%22:%224893934%22}&f=[%22patent_number%22,%22cited_patent_category%22,%22cited_patent_date%22,%22cited_patent_kind%22,%22cited_patent_number%22,%22cited_patent_title%22]) the results are slightly different in that there's only one "null" entry
thanks!