# Schema Inaccuracy When using the following search query https://api.github.com/search/repositories?q=org:ten-dev+pushed:2023-10-05 I am returned a list containing two repositories which had pushes made to it today. # Expected This may be inaccurate as four repositories are expected to be returned. What is confusing to me is that the 'pushed_at' filter for the missing repositories when found with the following search query https://api.github.com/search/repositories?q=org:ten-dev+pushed:2023-09-25 have dates which should mean they are included in the outputted list for the original query.